Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Issues using Table function and changing the fonts in my editor window :2020a
조회 수: 1 (최근 30일)
이전 댓글 표시
My fonts in my editor window are set to a large, say 24, for teaching.
In a live script I used a T=table(). The table command worked fine. BUT the fonts in my editor window were put back to Matlab defaults.
If I use an m file rather than a script, there is no impact.
But after using table in the live script (mlx), I need to exit Matlab in order to even change the settings back.
Any clues?
댓글 수: 0
답변 (1개)
Jemima Pulipati
2020년 10월 20일
From my understanding, you have changed the font size in the Preferences but it is not getting reflected in the live script.
Currently, the Live Editor does not support the 'Font Preferences'. Our developers are aware of this issue and it might be considered in any future release.
As a workaround, you can use 'ctrl+' or 'ctrl-' to zoom in or zoom out.
댓글 수: 5
Jemima Pulipati
2020년 10월 21일
Can you provide any sample code (which includes the table command) that you have used and the steps that you have followed so that I can try to reproduce the issue you mentioned at my end.
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!