フィルターのクリア

How do you increase the font size in the published MATLAB scripts?

3 ビュー (過去 30 日間)
Fred
Fred 2015 年 5 月 15 日
コメント済み: Fred 2022 年 3 月 25 日
I am publishing MATLAB scripts for demonstration purposes. Thanks to a MATLAB answer, I have incorporated MathJax to make the LaTeX look much nicer by modifying the XSL sheet (please make this a standard, not a workaround). However, I prefer to have all of the fonts a larger size for readability. How can this be done? Thanks.
  2 件のコメント
Adam Danz
Adam Danz 2019 年 7 月 11 日
編集済み: Adam Danz 2022 年 3 月 18 日
For those looking for this solution, see supersizeme() on the file exchange. This scales the font size of all text within a figure or axes (or object) and has an optional GUI with a sliding scale to interactively scale font sizes.
For example, supersizeme(1.2) or (-1.2) will increase or decrease the current font sizes of all text by a factor of 1.2.
Update: Starting in MATLAB R2022a, use the fontsize function to scale font sizes and set font units in a figure. Release R2022a also includes the new fontname function to set font names within a figure. For a review, see this Community Highlight.
Fred
Fred 2022 年 3 月 25 日
Thanks Adam!!

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by