How to change the output font of the live script
Show older comments
I tried to output some non-English characters in the live script, such as using disp, but unfortunately I found that none of the possible settings of matlab.fonts could prevent it from using the default font.
2 Comments
Walter Roberson
on 2 May 2026
In LiveScript on a MacBook Pro M1 Max in R2026a, I did
disp('你好,世界');
and the output was
你好,世界
Are you observing something different?
Answers (1)
dpb
on 1 May 2026
0 votes
The <current doc> says the Live Editor text font can be change through the Text section of the Live Editor tab. If this doesn't work, submit to Mathworks as an official support request/bug at <Product Support Page>. You may want to look for your local support rep.
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!