Why do I get invalid handle errors when starting MATLAB 6.5 (R13) on Linux?
Show older comments
I receive the following errors when starting MATLAB 6.5 (R13) on Linux:
??? Error using ==> set
Invalid handle.
Error in ==> /usr/local/matlab/toolbox/matlab/graph3d/whitebg.m
On line 137 ==> set(fig(k),'defaultfigureinverthardcopy','on');
Error in ==> /usr/local/matlab/toolbox/matlab/graph3d/colordef.m
(wdefault)
On line 103 ==> whitebg(fig,[1 1 1])
Error in ==> /usr/local/matlab/toolbox/matlab/graph3d/colordef.m
On line 50 ==> wdefault(fig)
Error in ==> /usr/local/matlab/toolbox/local/matlabrc.m
On line 84 ==> colordef(0,'white') % Set up for white defaults
After these errors, I also receive similar errors about invalid handles when trying to create or modify any MATLAB figure window.
Accepted Answer
More Answers (0)
Categories
Find more on Argument Definitions 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!