Issues using Table function and changing the fonts in my editor window :2020a
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
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일
0 개 추천
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
Rosemary Renaut
2020년 10월 20일
Jemima Pulipati
2020년 10월 21일
I tried to reproduce the issue you have mentioned. But I do not see any change in font size in the live script after adding the table command. There is already an existing issue that the live script does not obey any font preferences.
Can you check if you are using anything like CTRL+'+' and CTRL+'-' or CTRL+MouseScrollWheel which can make the font look large or small.
Rosemary Renaut
2020년 10월 21일
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.
Rosemary Renaut
2020년 10월 22일
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!