get(0,'ScreenSize') can not get right screen size

조회 수: 72 (최근 30일)
Junwei
Junwei 2011년 9월 12일
답변: Rini Varghese 2017년 9월 7일
I want to use scrsz = get(0,'ScreenSize') to get the screenSize. My screen resolution is 1680x1050.I think I should get a value of [ 1 1 1680 1050], but I get a result of [1 251 1280 800]. Do anyone know the problem? I use matlab 2010a. Thanks
  댓글 수: 4
Junwei
Junwei 2011년 9월 12일
I do not have multiple monitors. I connect that computer using my laptop. I think it is the reason.
Image Analyst
Image Analyst 2011년 9월 12일
What does this mean: "I connect that computer using my laptop"? This implies that there are TWO computers involved, namely "that computer" and your "laptop". Is that correct, that you have two computers? How are they connected? Or do you just have your one single computer (your laptop) and it is connected to an external monitor?

댓글을 달려면 로그인하십시오.

답변 (2개)

Jan
Jan 2011년 9월 12일
It has been reported frequently, that some graphics drivers have problems to reply the screen size correctly. This usually concern the multi-monoitor setup and the root's MonitorPositions property. What does this reply:
get(0, 'MonitorPositions')
Have you tried these tools from the FEX: FEX:GetScreenSizeDynamic, FEX: GetMonitorDimension.
  댓글 수: 1
Junwei
Junwei 2011년 9월 12일
get(0, 'MonitorPositions'), it is give the right result. I think the problem is I remote access the computer through my laptop, whoes resolution is 1280x600. I reinstall ML, then everything is fine.

댓글을 달려면 로그인하십시오.


Rini Varghese
Rini Varghese 2017년 9월 7일

카테고리

Help CenterFile Exchange에서 Historical Contests에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by