[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/lang]
menu
(/tools/hpmatlab/toolbox/matlab/lang/menu.m)
Function Synopsis
k = menu(s0,s1,s2,s3,s4,s5,s6,s7,s8,s9,s10,s11,s12,s13,s14,s15,s16,...
Help text
MENU Generate a menu of choices for user input.
K = MENU('Choose a color','Red','Blue','Green') displays on
the screen:
----- Choose a color -----
1) Red
2) Blue
3) Green
Select a menu number:
The number entered by the user in response to the prompt is
returned. On machines that support it, the local menu system
is used. The maximum number of menu items is 32.
See also UIMENU.
Cross-Reference Information
This function calls
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- computer /tools/hpmatlab/toolbox/matlab/elmat/computer.m
- delete /tools/hpmatlab/toolbox/matlab/general/delete.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- drawnow /tools/hpmatlab/toolbox/matlab/graphics/drawnow.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- eval /tools/hpmatlab/toolbox/matlab/lang/eval.m
- figure /tools/hpmatlab/toolbox/matlab/graphics/figure.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- getenv /tools/hpmatlab/toolbox/matlab/general/getenv.m
- global /tools/hpmatlab/toolbox/matlab/lang/global.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- input /tools/hpmatlab/toolbox/matlab/lang/input.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- isunix /tools/hpmatlab/toolbox/matlab/elmat/isunix.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- text /tools/hpmatlab/toolbox/matlab/plotxy/text.m
- uicontrol /tools/hpmatlab/toolbox/matlab/graphics/uicontrol.m
- while /tools/hpmatlab/toolbox/matlab/lang/while.m
This function is called by
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- terminal /tools/hpmatlab/toolbox/matlab/graphics/terminal.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON