Undefined function or variable 'case1' each time I start Matab and run the file
Show older comments
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
Answers (1)
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 Comments
Ismaeel
on 7 Dec 2016
Ismaeel
on 7 Dec 2016
You say 'every time I start Matlab and run my file'.
There is a big difference in those two aspects. If it happens when you start Matlab then that is an entirely different issue, but if you mean it actually happens just when you run a certain file then it just means exactly what the error says - your function does not find 'case1' and it is not on the path either. Without seeing the code I don't know if 'case1' is supposed to be a variable or a function or what.
Ismaeel
on 7 Dec 2016
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!