problem with commad window resolution
Mostra commenti meno recenti
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
Risposte (3)
Thomas
il 10 Apr 2012
1 voto
File>Preferences->Fonts
On windows..
MATLAB>Preferences->Fonts
on Mac
Change the font size there..
Jason Ross
il 10 Apr 2012
0 voti
File > Preferences > Fonts. Top box.
Jan
il 10 Apr 2012
Font.Name = 'Arial';
Font.Size = 20;
CmdWinTool('font', Font);
Categorie
Scopri di più su Entering Commands in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!