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

2 Ansichten (letzte 30 Tage)
Tobias
Tobias am 23 Okt. 2025
Beantwortet: Tridib am 29 Okt. 2025
850*150的数组开不了

Antworten (1)

Tridib
Tridib am 29 Okt. 2025
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!

Community Treasure Hunt

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

Start Hunting!