Why do I get invalid handle errors when starting MATLAB 6.5 (R13) on Linux?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Argument Definitions en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!