How to show GUI on secondary display?

Hello
I'm working on tool development by using appdesigner.
What I would like to do after I double-clicked the *.exe is just showing start image and main GUI on secondary display.
Could you teach me the way how to realize it?
About the version of matlab, I don't care. Basically, I use 2016b. However, if your solution is available on newer version, I will use it.
Thank you very much for your help in advance.

5 Comments

See if this answer is what you are looking for
https://www.mathworks.com/matlabcentral/answers/16663-is-it-possible-to-viewing-the-figure-window-on-second-display
Hello Mr.Sami,
Thank you very much for your suggestion.
I read comments on that page.
In my understanding, it seems that it is about the way how to control figure windows.
What I would like to control is "Main GUI". It also can be controlled by same method???
Yes it should be able to. You can set the position of the app.UIFigure.
Hello
Thank you for your additional comment.
I will check whether there is any option under "app.UIFiture" to select primary or secondory display.
At first glance, I cannot find it on this page.
I may ask MathWorks technical support directory. In case I get formal information, I will paste it here.
You have to set the "Position" property of the uifigure

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Products

Release

R2019b

Asked:

on 4 Sep 2020

Commented:

on 8 Sep 2020

Community Treasure Hunt

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

Start Hunting!