problem with commad window resolution
Show older comments
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
Answers (3)
Thomas
on 10 Apr 2012
1 vote
File>Preferences->Fonts
On windows..
MATLAB>Preferences->Fonts
on Mac
Change the font size there..
Jason Ross
on 10 Apr 2012
0 votes
File > Preferences > Fonts. Top box.
Jan
on 10 Apr 2012
Font.Name = 'Arial';
Font.Size = 20;
CmdWinTool('font', Font);
Categories
Find more on Entering Commands in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!