Generate plot in the 2nd screen?

32 ビュー (過去 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 Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by