I happened to see a figure window on the internet as Fig. 2. How do I change the appearance of the figure window in MATLAB to darker background (Fig. 1), for example, instead of the default white one (Fig. 2)? I believe it's somewhere for user setting.
Fig. 1
Fig. 2
CodePudding user response:
Maybe this helps, it is a similar inquiry
CodePudding user response:
figure;
set(gcf, 'color', 'w');