Command for setting MATLAB font preferences

2 次查看(过去 30 天)
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

采纳的回答

Steven Lord
Steven Lord 2019-11-13
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;
  1 个评论
Michael
Michael 2019-11-13
Thank you Steven, that works well for the font of the command windows as well as for the editor.
How about changing the fonts of the Current folder or the Workspace area?
Michael

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by