College of Natural Sciences
 
FAQs
This is for IE7 to hold div open

2.3.2. How do I change my background for plots?

To change the background color of your plot from black to white, type cinvert at the MATLAB prompt. To make the default setting white, place the following line in your startup.m file

whitebg

To change the color of your figure window to something other than black or white, type the following:

set(gcf,'Color','red')