Perhaps this answers your question. Find where the figure is created in the code and replace by something like:
hf = figure;
hf=colordef(hf,'white');
hf.Color='w';
If instead of white you want black background and colorscheme, replace by 'black' and 'k', etc.
Kevin
1 Comment
Adam (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/281089-i-want-to-change-the-background-value-of-figure-to-white#comment_361760
Sign in to comment.