Change matlab figure's grey background to white

Alec Jacobson

August 26, 2011

weblog/

To change the default gray background of the matlab figure window to white issue:
set(gcf, 'Color', [1,1,1]);
See also:: Hide bounding box and axes in MATLAB 3D plots