problem with commad window resolution
显示 更早的评论
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
回答(3 个)
Thomas
2012-4-10
1 个投票
File>Preferences->Fonts
On windows..
MATLAB>Preferences->Fonts
on Mac
Change the font size there..
Jason Ross
2012-4-10
0 个投票
File > Preferences > Fonts. Top box.
Jan
2012-4-10
Font.Name = 'Arial';
Font.Size = 20;
CmdWinTool('font', Font);
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!