![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1786805/image.jpeg)
GUI app designer: how to create the toolbar
2 ビュー (過去 30 日間)
古いコメントを表示
Hey, I think my problem sounds simple. But I am new to the matlab app designer.
I want to create an application using the app designer, the GUI should have 3 pages namely main menu, guideline, and evaluation. How to make this on top of my GUI? im not sure the exact name, i think it is called toolbar. So, how to create the toolbar?
0 件のコメント
回答 (1 件)
Shreshth
2024 年 10 月 8 日
Hi Nurul,
It looks like you want to have a title bar or Menu bar at the top of your GUI.
In app designer you can utilise the widget component called "toggle button group" if you have three different pages. This will allow you to swap between the different pages without difficulty. Here is a screenshot of how it might look using the toggle button group.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1786805/image.jpeg)
Hope it helps !
Regards.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!