GUI app designer: how to create the toolbar

6 views (last 30 days)
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?

Answers (1)

Shreshth
Shreshth on 8 Oct 2024
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.
Hope it helps !
Regards.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!