How can I change the default command window resolution?

3 ビュー (過去 30 日間)
Tyler
Tyler 2014 年 7 月 16 日
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 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by