Change MATLAB .mlx Live Script background and font colors
21 views (last 30 days)
Show older comments
How can I customise the background and font colors for viewing .mlx files within the MATLAB IDE?
I'm wanting to work from a series of .mlx files and have customised the color settings for the rest of the IDE frames, e.g. command window.
These settings do not translate to viewing the .mlx file.
0 Comments
Accepted Answer
Jacky Tsai
on 12 Apr 2022
As of R2022a, you can now configure live editor's background and foreground colors.
See more info: https://www.mathworks.com/help/matlab/release-notes.html
3 Comments
Brook Dawit
on 4 Nov 2022
Edited: Brook Dawit
on 4 Nov 2022
The R2022a release notes just talk about dark theme, nothing specifically about the font size. Is the font size - specifically for MLX files editable?
Jacky Tsai
on 4 Nov 2022
@Brook Dawit, you can update the font settings for Live Editor using MATLAB settings. Here is the documentation page: https://www.mathworks.com/help/matlab/ref/matlab.fonts-settings.html.
More Answers (1)
Sulaymon Eshkabilov
on 18 Aug 2021
You can make some good changes via preferences, e.g.:
>> preferences
MATLAB -> Editor/Debugger -->Display ...
MATLAB -> Fonts --> Custom ...
etc.
See Also
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!