You are on page 1of 1

Warning: MATLAB previously crashed due to a low-level graphics error.

To
prevent another crash in this session, MATLAB is using software OpenGL instead
of using your graphics hardware. To save this setting for future sessions, use
the opengl('save', 'software') command. For more information, see Resolving
Low-Level Graphics Issues.

Specify OpenGL Implementation for Future Sessions


To set your preferences so that MATLAB always starts with the specified
implementation of OpenGL, use one of these techniques.

Software OpenGL — Type opengl('save','software') at the MATLAB command prompt.


Then, restart MATLAB.

Basic hardware-accelerated OpenGL — Type opengl('save','hardwarebasic') at the


MATLAB command prompt. Then, restart MATLAB.

Hardware-accelerated OpenGL — Type opengl('save','hardware') at the MATLAB command


prompt. Then, restart MATLAB.

Undo preference setting — Execute opengl('save','none') at the MATLAB command line.


Then, restart MATLAB.

You might also like