Undefined function or variable 'case1' each time I start Matab and run the file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have to "set path" my files in C:\Users\..\Documents\MATLAB each time I start Matlab and run it. After setting the path, the file can be run but once I close Matlab and restart it, I have to reset the path again. Any help would be appreciated. Thanks
0 Kommentare
Antworten (1)
Adam
am 7 Dez. 2016
Bearbeitet: Adam
am 7 Dez. 2016
In the 'Set Path' dialog from the top ribbon there is a 'Save' option which should save for future sessions. I don't really understand what your question body has to do with your question title, but certainly for a persistent path across sessions you just need to save it.
savepath
will also do this programmatically.
5 Kommentare
Siehe auch
Kategorien
Mehr zu File Operations 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!