How can I change the default command window resolution?

3 Ansichten (letzte 30 Tage)
Tyler
Tyler am 16 Jul. 2014
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'

Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by