Getting screen resolution on Windows 11
Are there other functions I can use to get the monitor resolution on Windows 11? I use this code:
set(0, ‘units’, ‘pixels’); % Sets the units of your root object (screen) to pixels
Pix_SS = get(0, ‘screensize’); % Obtains the pixel information
And all I get is 1920 x 1080? This Dell U4320Q is 3840 x 2160 as shown in this Settings > Display resolution:Are there other functions I can use to get the monitor resolution on Windows 11? I use this code:
set(0, ‘units’, ‘pixels’); % Sets the units of your root object (screen) to pixels
Pix_SS = get(0, ‘screensize’); % Obtains the pixel information
And all I get is 1920 x 1080? This Dell U4320Q is 3840 x 2160 as shown in this Settings > Display resolution: Are there other functions I can use to get the monitor resolution on Windows 11? I use this code:
set(0, ‘units’, ‘pixels’); % Sets the units of your root object (screen) to pixels
Pix_SS = get(0, ‘screensize’); % Obtains the pixel information
And all I get is 1920 x 1080? This Dell U4320Q is 3840 x 2160 as shown in this Settings > Display resolution: windows 11, monitor resolution, 4k MATLAB Answers — New Questions