Borrar filtros
Borrar filtros

problem with commad window resolution

1 visualización (últimos 30 días)
Wawrzyniec
Wawrzyniec el 10 de Abr. de 2012
Hi! I've just started my work with matlab on my new laptop. I'd like to know if there is an option to change size of the font in command window, because I'm working in full HD resolution and I hardly see what I'm typing. Help me please! W

Respuestas (3)

Thomas
Thomas el 10 de Abr. de 2012
File>Preferences->Fonts
On windows..
MATLAB>Preferences->Fonts
on Mac
Change the font size there..

Jason Ross
Jason Ross el 10 de Abr. de 2012
File > Preferences > Fonts. Top box.

Jan
Jan el 10 de Abr. de 2012
To do this programatically use FEX: CmdWinTool:
Font.Name = 'Arial';
Font.Size = 20;
CmdWinTool('font', Font);

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by