工作区中的数组打不开,报错出错 internal.m​atlab.vari​ableeditor​.MLArrayDa​taModel/up​dateData (第 151 行) this.notif​y('DataCha​nge',event​data);

1 次查看(过去 30 天)
850*150的数组开不了

回答(1 个)

Tridib
Tridib 2025-10-29
Hi @Tobias,
The error message indicates there may be a problem with the MATLAB Variable Editor when trying to open large arrays. This could be due to memory limitations or an internal issue. Generally, an 850x150 array should not be too large for most computers, but performance can depend on your system’s memory and the type of data in the array.
Here are a few steps you can try to resolve the issue:
  • Restart MATLAB to clear the memory and refresh the Variable Editor.
  • Make sure the array is a supported data type and not a custom or unusual format.
  • Try displaying just a small part of the array in the Command Window to see if the issue is related to the entire array.
  • Verify that you are using the latest version of MATLAB, as this problem may have been fixed in a newer release.
  • Use the "clear all" command to remove unused variables and free up memory.
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Whos 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!