matlab---設置背景顏色爲白色

(1)每次設置figure('color','w');或者figure('color',[1 1 1])或者set(gcf,'color','w');
(2)一次性:在命令行內輸入 set(0,'defaultfigurecolor','w')命令行