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

조회 수: 3 (최근 30일)
Tobias
Tobias 2025년 10월 23일
답변: Tridib 2025년 10월 29일
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!