Sunday, September 14, 2008

To avoid the crash of the X11 in MATLAB

Add the following lines

% To avoid the crash of the X11
% See http://www.mathworks.com/matlabcentral/newsreader/view_thread/158572
disp('Loading opengl software to avoid X11 crash')
opengl software

At the end of:
/usr/local/matlab/R2008a/toolbox/local/matlabrc.m

No comments: