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!