Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I change the default window size, colors, etc., in MATLAB ?

colors Default MATLAB size window
0
Posted

How can I change the default window size, colors, etc., in MATLAB ?

0

From gray@SCR.slb.com … If you’re running MATLAB 4.x, something like the following should appear in your startup.

0

From gray@SCR.slb.com … If you’re running MATLAB 4.x, something like the following should appear in your startup.m file: set(0,’DefaultFigurePosition’,[5,5,505,405]) set(0,’DefaultFigureColor’,[0,0,0]) %%N.B this has side %%effects. set(0,’DefaultAxesFontName’,’times’) set(0,’DefaultTextFontName’,’times’) set(0,’DefaultAxesFontSize’,12) set(0,’DefaultTextFontSize’,12) or from Brian Fitzgerald < fitzgb@mml0.meche.rpi.edu > …

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123