You can easily set custom background colors in MATLAB by changing the figure's Color
property. Here's an example code to set the background color to light blue:
main.m77 chars3 lines
You can adjust the RGB values to achieve the desired background color.
gistlibby LogSnag