I have a problem with matlab app designer pop up window. PLEASE HELP!!!
37 ビュー (過去 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!