how can I change the view of command window in matlab R2013b
이전 댓글 표시
Hello I have just installed Matlab R2013b however, the default font size of command window is too small. I have changed the page setup of the command window but it did not solve this problem. Thank you in advance
채택된 답변
추가 답변 (1개)
Gopal Karemore
2014년 12월 2일
0 개 추천
On Matlab command prompt
>> desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
>> desktop.restoreLayout('Default');
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!