필터 지우기
필터 지우기

Generate plot in the 2nd screen?

조회 수: 22 (최근 30일)
Kian Azami
Kian Azami 2017년 9월 28일
댓글: Kian Azami 2017년 9월 28일
Hello, I am using matlab and I have two monitors. One monitor is the command window and the other one is the Editor. My matlab figures always generate in the first monitor. I want to generate them in the other monitor. How can I change this option?

채택된 답변

Jan
Jan 2017년 9월 28일
  댓글 수: 3
Jan
Jan 2017년 9월 28일
Call this function exactly how you would call figure:
m1 = figure2(1)
Then it is opened on the 2nd monitor. It is just an example on how the position can be adjusted. You can use the idea to insert it to your own tools.
Kian Azami
Kian Azami 2017년 9월 28일
Yes, the idea of your function is interesting. Thank you, Jan.

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

추가 답변 (1개)

KSSV
KSSV 2017년 9월 28일
Your figure is docked to the window. You need to undock it. At the top corner of the figure, there is a triangle inside a circle, click on that and click on undock.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by