How can I change the default command window resolution?
조회 수: 2 (최근 30일)
이전 댓글 표시
My screen has a resolution of 3200 x 1800. However matlab only recognizes a res of 1600 x 900. This causes all of matlab (command window, figures, everything) to only use 1/4th of my screen making it impossible to read. Is there a way to force matlab to recognize my screen resolution? I tried:
>> get(0,'screensize')
ans= 1 901 1800 900
>> set(0,'screensize',[1 901 3200 1800])
Error using set
Attempt to modify a property that is read-only
Object Name: root
Property Name: 'ScreenSize'
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!