Creating Graphical User Interfaces |
Creating Menus - The Menu Editor
MATLAB enables you to create two kinds of menus:
You create both types of menus using the Menu Editor, which you can access from the Menu Editor item on the Tool menu and from the Layout Editor toolbar.
These menus are implemented with uimenu
and uicontextmenu
objects.
Viewing the Object Hierarchy - The Object Browser | Defining Menus for the Menu Bar |