フィルターのクリア

How do I change the font of output contens in livescript output?

9 ビュー (過去 30 日間)
Wenhao Zhang
Wenhao Zhang 2023 年 7 月 15 日
コメント済み: Wenhao Zhang 2023 年 7 月 23 日
I learned that the code font and text font could be modified by the following codes. How ever the output fonts in live script is quite small. Wonder if there is any method to enlarge the output font by setting apart from 'Ctrl +' ?
Thanks!
Settings = settings;
Settings.matlab.fonts.editor.code.Name.PersonalValue = 'xxx';
Settings.matlab.fonts.editor.code.Size.PersonalValue = 'xxpx';
Settings.matlab.fonts.editor.code.Name.PersonalValue = 'xxx';
Settings.matlab.fonts.editor.normal.Size.PersonalValue = 'xxpx'

回答 (1 件)

Harshal Ritwik
Harshal Ritwik 2023 年 7 月 20 日
Hi,   
As per my understanding you want to know how to change the font size of the output in the live script. As of now MATLAB allows to change the font size of the output only by ‘Ctrl +’ and ‘Ctrl + Scroll Up’. There is no such function or command to increase the size of the output.
Please refer to the following documentation for more information.
I hope it helps!  
Thanks.  

カテゴリ

Help Center および File ExchangeInteractive Model Editing についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by