Hi everyone, I was wondering if anyone knew that after running the file found in here (I also attach the file) you can reset the default parameters of the figures that come in matlab. For example I want to have the figure 1 with the parameteres in the script and the figure 2 and the next ones with the default parameters in matlab (in this order). Thank you so much.
figure_configuration_IEEE_standard
figure(1)
plot(2:10)
figure(2)
plot(5:10)
2 Comments
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/632909-restore-default-figure-parameter-before-running-a-script#comment_1101584
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/632909-restore-default-figure-parameter-before-running-a-script#comment_1101584
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/632909-restore-default-figure-parameter-before-running-a-script#comment_1101609
Direct link to this comment
https://au.mathworks.com/matlabcentral/answers/632909-restore-default-figure-parameter-before-running-a-script#comment_1101609
Sign in to comment.