Generate plot in the 2nd screen?

34 views (last 30 days)
Kian Azami
Kian Azami on 28 Sep 2017
Commented: Kian Azami on 28 Sep 2017
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?

Accepted Answer

Jan
Jan on 28 Sep 2017
  3 Comments
Jan
Jan on 28 Sep 2017
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 on 28 Sep 2017
Yes, the idea of your function is interesting. Thank you, Jan.

Sign in to comment.

More Answers (1)

KSSV
KSSV on 28 Sep 2017
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.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!