how to set matlab command window fonts in -nodesktop -nosplash -nojvm mode?
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos

it looks too small in whole screen, any suggestions?
0 comentarios
Respuestas (2)
Epsilon
el 11 de Mzo. de 2025
Editada: Epsilon
el 11 de Mzo. de 2025
Hi Caishu,
When running MATLAB in -nodesktop -nosplash -nojvm mode, only the MATLAB command window is displayed.
To change the font size in the MATLAB command window use Ctrl+Mouse Scroll for windows, while on macOS systems, use Command+Mouse Scroll.
Walter Roberson
el 11 de Mzo. de 2025
When running MATLAB in -nodesktop -nosplash -nojvm mode, no graphics command input window or output window is created. Instead, the window used is plain text, using the same font as the window that was used to invoke MATLAB.
In MacOS, to adjust the font, you would already be within Terminal, so use Terminal -> Settings -> Profiles -> Text, and adjust the Font setting.
2 comentarios
Walter Roberson
el 22 de Mzo. de 2025
If you go to the Properties of cmd.exe then there is a fonts tab to allow you to set the font.
However, there does not appear to be much choice at all.
The process is similar if you are using Powershell instead of cmd.exe https://stackoverflow.com/questions/42039488/how-to-change-font-on-powershell
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!