why are MATLAB build-in functions suddenly undefined??
Show older comments
hello, suddenly, i did ot changed anything, some MATLAB build in functions (in my case "colormap" and "ylim") does not work anymore.... the .m-files are still in place and the path is set correctly.
any ideas??
best, adam
4 Comments
How do you know that they are not working properly? Are you getting an error message, a warning, or some unexpected results?
If you want help please give us the complete error/warning text, and also show us how you can calling these functions. If you don't actually tell us any real information (e.g. "I am calling this..., MATLAB prints this..."), then we have to guess what you are doing...
Also show us the complete output of these commands:
which colormap -all
which ylim -all
Adam Zabicki
on 13 Sep 2016
Edited: Adam Zabicki
on 13 Sep 2016
John D'Errico
on 13 Sep 2016
Edited: John D'Errico
on 13 Sep 2016
And just to be clear, if you use the path command, it will list the graph3d directory as one of the directories on your path? For example, on my machine, I would see this as part of my search path:
.../MATLAB_R2016a.app/toolbox/matlab/graph3d/
If that is true, then the first thing I'd do is check your drive, using whatever disk checking utility you have available. Verify that it has not become corrupted. I'd verify the disk permissions for that directory to see if they had been changed in some way.
Adam Zabicki
on 13 Sep 2016
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown 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!