Live Editor Fonts settings
3 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Govind KM
2025-7-18
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!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!