MATLAB editor configuration text extremely small

11 visualizaciones (últimos 30 días)
i_wo_wo
i_wo_wo el 9 de Jun. de 2024
Movida: Walter Roberson el 12 de Sept. de 2024
The font size of my editor is extremely small so I increased it to 48, but then the find bar remains at 13,
I have also tried to keep the font size at its regular 13 and scroll to zoom in, but since the right-hand limit is half the page, every time I use the find bar the page jumps to the extreme right where there is no text.
This is 2023 b. I have used MATLAB for more than ten years and this has never happened before.

Respuesta aceptada

i_wo_wo
i_wo_wo el 11 de Sept. de 2024
Movida: Walter Roberson el 12 de Sept. de 2024
Fixed it through MATLAB support:
s = settings;s.matlab.desktop.DisplayScaleFactor
s.matlab.desktop.DisplayScaleFactor.PersonalValue = 1.5 % feel free to try other values

Más respuestas (2)

Matlab Pro
Matlab Pro el 10 de Jun. de 2024
HI
The quickest way to change the editor's font is by :
  1. clicking somewhere on the code region
  2. Holding doen the Ctrl key and rolling the "middle roller" in your muouse (if you have such a roller)
This enlarges/decreases your font size
I also use Matlab v 2023b
I did not underand what you wrote "since the right-hand limit is half the page". Try a clearer explanation
  1 comentario
i_wo_wo
i_wo_wo el 15 de Jul. de 2024
In my screenshot, if you look closely to the top right coner of the editor, just under "plotting_profiles_master_function.m," there is a miniature bar saying "Find." This is the problem. I use the find bar frequently, but now the find bar and the code do not appear in the same "field of view" without scrolling out until the text in either is too small to be seen. It couldn't be helped by changing the font.

Iniciar sesión para comentar.


Image Analyst
Image Analyst el 10 de Jun. de 2024
What is the "find bar"?
Some of the fonts might still be controlled by the operating system so if you can't change a font size with the MATLAB preferences, see what you can do by changing some of the font sizes in your operating system.
What OS are you using?

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by