How to permanently change font size settings?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Max
am 17 Nov. 2013
Kommentiert: Walter Roberson
am 17 Nov. 2013
set(0,'defaulttextfontsize',14);
set(0,'defaultaxesfontsize',14);
at the command prompt together create a plotting environment with font sizes that I like. What I'd like to do is permanently set these for all future matlab sessions. How would I go about doing this. Thank you for you time.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Max
am 17 Nov. 2013
1 Kommentar
Walter Roberson
am 17 Nov. 2013
The difference between setup.m and startup.m is whether my memory is fading or not. Apparently it is.
Siehe auch
Kategorien
Mehr zu Entering Commands finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!