[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
uicontrol
(/tools/hpmatlab/toolbox/matlab/graphics/uicontrol.m)
Help text
UICONTROL Create user interface control.
UICONTROL('PropertyName1',value1,'PropertyName2,'value2,...)
creates a user interface control in the current figure
window and returns a handle to it.
UICONTROL properties can be set at object creation time using
PropertyName/PropertyValue pair arguments to UICONTROL, or
changed later using the SET command.
Execute GET(H) to see a list of UICONTROL object properties and
their current values. Execute SET(H) to see a list of UICONTROL
object properties and legal property values. See a reference
guide for more information.
See also SET, GET, UIMENU.
Cross-Reference Information
This is called by
- alphacontrol ee2200/alphacontrol.m
- beatcontrol ee2200/beatcontrol.m
- cinvert /tools/hpmatlab/toolbox/matlab/graphics/cinvert.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- enveloper ee2200/enveloper.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- menu /tools/hpmatlab/toolbox/matlab/lang/menu.m
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
- pez ee2200/pez.m
- pez_dp ee2200/pez_dp.m
- pez_dz ee2200/pez_dz.m
- pez_ep ee2200/pez_ep.m
- pez_ez ee2200/pez_ez.m
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON