uimenuCreate a menu or a submenu in a figureCalling Sequenceh=uimenu([prop1,val1] [,prop2, val2] ...)
h=uimenu(parent,[prop1, val1] [,prop2, val2] ...)
ArgumentsparentHandleHandle of the parent of the menu.prop{1, 2 ...}StringName of a property to set up.
All available properties are listed on the uimenu properties help page.
val{1, 2 ...}Scilab objectValue to affect to the corresponding property.hHandleHandle of the created menu.DescriptionThis function allows to create menus in a figure. If
parent is a figure, then the menu item will be added to
the menu bar of the figure. If parent is a menu item ,
then the new item will be added to the parent item, allowing to create
cascaded menus.
ExamplesMenus or menuitem can have a LaTeX or a MathML labelx2');
mm2=uimenu(mmathml,'label', 'a2+b2=c2');
]]>See Also
uimenu properties
figure
uicontrol
uicontextmenu
set
get
LaTeX and MathML