I have a problem with matlab app designer pop up window. PLEASE HELP!!!
45 次查看(过去 30 天)
显示 更早的评论
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 个评论
Adam Danz
2021-5-24
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).
回答(1 个)
Adam Danz
2021-5-24
编辑:Adam Danz
2021-5-25
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!