save(filename, var) cant find workspace variable even if it exist
이전 댓글 표시
From my script i am trying to use save to store my workspace stucture to a .mat file. But i get following error message:
>> TestGUI Error using save Variable 'NewTest' not found.
In my script i use save like this:
save('NewTest.mat','NewTest');
I can see that my structure exists in the workspace, any idea why save don't find my variable?
댓글 수: 3
Stephen23
2015년 6월 24일
Can you please show us a screen shot of the workspace containing this variable?
Does the save call have access to that workspace?
Joakim Magnusson
2015년 6월 24일
편집: Joakim Magnusson
2015년 6월 24일
Stephen23
2015년 6월 25일
This question is continued here:
채택된 답변
추가 답변 (1개)
Joakim Magnusson
2015년 6월 24일
편집: Joakim Magnusson
2015년 6월 24일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Code Performance에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
