필터 지우기
필터 지우기

How to change screen resolution and refresh rate using matlab code?

조회 수: 5 (최근 30일)
William
William 2015년 11월 14일
댓글: William 2015년 11월 30일
Hi all, I need to known how to change the screen resolution and refresh rate of PC using matlab code. I am very appreciate your answers! Thank you!

채택된 답변

Walter Roberson
Walter Roberson 2015년 11월 14일
Changing the screen resolution and refresh rate is too operating-system specific to be included in MATLAB. You will need to call so external code or utility. You will need to do one of the following:
  1. find an ActiveX / COM control that can do the work for you
  2. find some Java that will do the work for you
  3. call an external utility using system() or dos(), such as one of the ones mentioned in this link
  4. Use the Psychometrics Toolbox Resolution() call

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by