Startup Problem with 2015b with error "Unable to read file 'matlab.mat'. No such file or directory."
7 views (last 30 days)
Show older comments
Basil Borun
on 31 Jan 2016
Commented: Walter Roberson
on 1 Feb 2016
Startup Problem with the following error: Warning: Executing startup failed in matlabrc. This indicates a potentially serious problem in your MATLAB setup, which should be resolved as soon as possible. Error detected was: MATLAB:load:couldNotReadFile
Unable to read file 'matlab.mat'. No such file or directory. > In matlabrc (line 230)
0 Comments
Accepted Answer
Andreas Goser
on 31 Jan 2016
Can you post the complete error in case it is different to the one below?
Warning: Executing startup failed in matlabrc. This indicates a potentially serious problem in your MATLAB setup, which should be resolved as soon as possible. Error detected was: MATLAB:load:couldNotReadFile Unable to read file 'matlab.mat': no such file or directory. > In matlabrc at 191
Moreover, another error was shown if I executed "load" comment,
Error using load Unable to read file 'matlab.mat': no such file or directory.
Do you have a sartup.m file somewhere and if yes, what is in it?
2 Comments
Walter Roberson
on 1 Feb 2016
That startup.m appears to be left over from the Mars Rover Competition or similar. Remove it or rename it.
More Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!