Issues using Table function and changing the fonts in my editor window :2020a
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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?
Answers (1)
Jemima Pulipati
on 20 Oct 2020
0 votes
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 Comments
Rosemary Renaut
on 20 Oct 2020
Jemima Pulipati
on 21 Oct 2020
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
on 21 Oct 2020
Jemima Pulipati
on 21 Oct 2020
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
on 22 Oct 2020
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!