Live Editor Fonts settings

4 views (last 30 days)
Michael
Michael on 16 Jul 2025
Commented: Michael on 18 Jul 2025
Hello,
I want to change the fonts used in Live Editor. According to the help I can do this using settings and matlab.fonts.editor.title.Name.
However for the entry Name I find four different parameters:
ActiveValue
TemporaryValue
PersonalValue
InstallationValue
FactoryValue
The meaning of most of them ist obvious, but in the documentation sometimes TemporaryValue is used (matlab.fonts Settings), but I also found the use of PersonalValue (Format Text in the Live Editor).
What is the difference between these two parameters, i.e. how does the parameters affect the change of the Live Editor fonts?
Kind regards
Michael

Accepted Answer

Govind KM
Govind KM on 18 Jul 2025
The "Temporary value" setting applies only to the current MATLAB session and is not saved. It will be cleared when MATLAB is closed i.e. the current session is ended. In contrast, the "Personal value" setting persists across MATLAB sessions for a single user. When modified, its value is saved to the settings folder.
Hence, if you wish to change the Editor font temporarily (only for the current session), you would modify the "Temporary value" setting, and if you wish to change the font permanently, you would modify the "Personal value" or the "Installation value" setting.
Kindly refer to the following documentation page for more information on these settings: https://www.mathworks.com/help/matlab/matlab_external/access-and-modify-settings.html#mw_03a88f81-762c-4a01-8602-80956565ae6d
Hope this helps!
  1 Comment
Michael
Michael on 18 Jul 2025
Thank you for this detailed explanation Govind.
Over the past decades MATLAB's documentation has grown so much, that it's sometimes hard to find the correct part for a specific questions.
Michael

Sign in to comment.

More Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products


Release

R2025a

Community Treasure Hunt

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

Start Hunting!