you can use this function to change axes back ground 'whitebg' for example
whitebg([0 .5 .6]) and if you want to change the figure color back ground the use this function set(gcf,'Color',[1,0.4,0.6]) the umbers are RGB value and you can change it to any color that you want
>>