I have a problem with matlab app designer pop up window. PLEASE HELP!!!

53 views (last 30 days)
Hello! I need to do something in matlab app designer. Maybe it is easy but im new in this subject and I searched all documents. And still i cannot do it.
I have main screen which includes a lot of panels and a button. In main screen, these panels are inputs to write in. When I click in the button I want to have a panel appears which includes plot. (Because there is no other space to put another plot panel. I must be use pop-up) Also I want that these pop up panel has a switch that opens a another table which includes data. If you can help me, I will be very glad. I’ve looked for all documentation and questions.
Thank you!
  3 Comments
hgrlk
hgrlk on 24 May 2021
Thank you! I've see this tool actually, but I didnt get it very well. But i will try it again. Thanks!
Adam Danz
Adam Danz on 24 May 2021
Tips for future questions: Including any of the following in your question title does not help
  • "PLEASE HELP!!!"
  • ALL CAPS
  • HELP!!
In fact, it probably results in less attention to your question (see Why your question is not urgent or an emergency).

Sign in to comment.

Answers (1)

Adam Danz
Adam Danz on 24 May 2021
Edited: Adam Danz on 25 May 2021
There is no built-in option for a pop-up window in App Designer.
An even better way to organize space is to use tabs where each tab contains a different set of objects, all of which are accessible from within the app designer code.
Tabs can be added directly from the app designer > Design View interface. For documentation on tabs and tab groups, see
You can also control which tabs are accessible and you can programmatically select a tab when a button is pressed.
If you really want a pop-up window that is independent from the app figure, you'll need to create the figure from within app designer or you can create a second app that is opened by app designer. See Creating multi-window apps.
The tab-option mentioned above has a lighter work-load and is self-contained within one app so I recommend doing that rather than using multiple apps unless the secondary app is quite heavy.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!