필터 지우기
필터 지우기

problem with commad window resolution

조회 수: 1 (최근 30일)
Wawrzyniec
Wawrzyniec 2012년 4월 10일
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
Thomas 2012년 4월 10일
File>Preferences->Fonts
On windows..
MATLAB>Preferences->Fonts
on Mac
Change the font size there..

Jason Ross
Jason Ross 2012년 4월 10일
File > Preferences > Fonts. Top box.

Jan
Jan 2012년 4월 10일
To do this programatically use FEX: CmdWinTool:
Font.Name = 'Arial';
Font.Size = 20;
CmdWinTool('font', Font);

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by