Command for setting MATLAB font preferences
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Michael
am 13 Nov. 2019
Kommentiert: Michael
am 13 Nov. 2019
Hello,
I can change the IDE fonts using MATLAB font preferences from the Home/Preferences. However, can I change the font sitzes also with a command? I want to switch easy between big fonts (for working with a projector in a lecture room) and small fonts in my office.
Does anyone know how to do this?
Michael
0 Kommentare
Akzeptierte Antwort
Steven Lord
am 13 Nov. 2019
Depending on which release you're using, use the settings function. In particular, you can set a TemporaryValue or PersonalValue for the codefont setting as shown here.
s = settings;
s.matlab.fonts.codefont.Size.PersonalValue = 20;
s.matlab.fonts.codefont.Size.clearPersonalValue;
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings 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!