- 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.
工作区中的数组打不开,报错出错 internal.matlab.variableeditor.MLArrayDataModel/updateData (第 151 行) this.notify('DataChange',eventdata);
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
850*150的数组开不了
0 comentarios
Respuestas (1)
Tridib
el 29 de Oct. de 2025
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:
Hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!