error using load command.
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using load command with the file address and name. It was always working fine but now suddenly I am facing a problem. So today I used the same code in office it was working fine , after reaching home I run the same code. It loads the file but the file contents are empty.
It is the same file I was working, nothing changed
2 Kommentare
Antworten (2)
Azzi Abdelmalek
am 23 Mai 2013
The only logical explanation is: maybe you've saved by error your file with an empty variable:
save ('C:\Users\Rick\Documents\ascan_test')
1 Kommentar
viking76
am 14 Jan. 2014
Hi Ricky,
I am experiencing the very same problem. Did you manage to solve it? Thanks.
Best
Adrian
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!