save(filename, var) cant find workspace variable even if it exist
Ältere Kommentare anzeigen
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 Kommentare
Stephen23
am 24 Jun. 2015
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
am 24 Jun. 2015
Bearbeitet: Joakim Magnusson
am 24 Jun. 2015
Stephen23
am 25 Jun. 2015
This question is continued here:
Akzeptierte Antwort
Weitere Antworten (1)
Joakim Magnusson
am 24 Jun. 2015
Bearbeitet: Joakim Magnusson
am 24 Jun. 2015
0 Stimmen
Kategorien
Mehr zu Code Performance finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
