lethalfang
May 9th, 2009, 02:53 AM
Anyone has any idea what is going on there?
When I start MATLAB 2009, I get this message:
Warning: Initializing Handle Graphics 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:badsubscript
Attempted to access monitors(1,:); index out of bounds because size(monitors)=[0,4].
> In matlabrc at 100
Line 96 to 106 in the file matlabrc.m is the following:
try
% Initialize Handle Graphics including default paper size settings.
hgrc
catch exc
warning('MATLAB:matlabrc:InitHandleGraphics', '%s\n%s\n%s\n%s\n%s', ...
'Initializing Handle Graphics failed in matlabrc.',...
'This indicates a potentially serious problem in your MATLAB setup,',...
'which should be resolved as soon as possible. Error detected was:',...
exc.identifier,...
exc.message);
end
When I try to graph in MATLAB, I get black background when it's supposed to be white.
My video card is ATI Mobility Radeon HD 2600, and I have installed the ATI proprietary driver.
Edit: by the way, I haven't had this problem before, so I figure it might've been caused by some later updates to the Ubuntu 9.04 64-bit.
When I start MATLAB 2009, I get this message:
Warning: Initializing Handle Graphics 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:badsubscript
Attempted to access monitors(1,:); index out of bounds because size(monitors)=[0,4].
> In matlabrc at 100
Line 96 to 106 in the file matlabrc.m is the following:
try
% Initialize Handle Graphics including default paper size settings.
hgrc
catch exc
warning('MATLAB:matlabrc:InitHandleGraphics', '%s\n%s\n%s\n%s\n%s', ...
'Initializing Handle Graphics failed in matlabrc.',...
'This indicates a potentially serious problem in your MATLAB setup,',...
'which should be resolved as soon as possible. Error detected was:',...
exc.identifier,...
exc.message);
end
When I try to graph in MATLAB, I get black background when it's supposed to be white.
My video card is ATI Mobility Radeon HD 2600, and I have installed the ATI proprietary driver.
Edit: by the way, I haven't had this problem before, so I figure it might've been caused by some later updates to the Ubuntu 9.04 64-bit.