[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/lang]
input
(/tools/hpmatlab/toolbox/matlab/lang/input.m)
Help text
INPUT Prompt for user input.
INPUT('How many apples') gives the user the prompt in the
text string and then waits for input from the keyboard.
The input can be any MATLAB expression, which is evaluated,
using the variables in the current workspace, and the result
returned as the value of the function.
INPUT('What is your name','s') gives the prompt in the text
string and waits for character string input. The typed input
is not evaluated; the characters are simply returned as a
MATLAB string.
Cross-Reference Information
This is called by
- binpatch /tools/hpmatlab/toolbox/matlab/general/binpatch.m
- butter /tools/hpmatlab/toolbox/signal/butter.m
- cheby1 /tools/hpmatlab/toolbox/signal/cheby1.m
- cheby2 /tools/hpmatlab/toolbox/signal/cheby2.m
- colstyle /tools/hpmatlab/toolbox/matlab/graphics/colstyle.m
- decimate /tools/hpmatlab/toolbox/signal/decimate.m
- demod /tools/hpmatlab/toolbox/signal/demod.m
- ellip /tools/hpmatlab/toolbox/signal/ellip.m
- filtfilt /tools/hpmatlab/toolbox/signal/filtfilt.m
- fir2 /tools/hpmatlab/toolbox/signal/fir2.m
- gtext /tools/hpmatlab/toolbox/matlab/plotxy/gtext.m
- hist /tools/hpmatlab/toolbox/matlab/plotxy/hist.m
- inquire /tools/hpmatlab/toolbox/matlab/general/inquire.m
- menu /tools/hpmatlab/toolbox/matlab/lang/menu.m
- modulate /tools/hpmatlab/toolbox/signal/modulate.m
- nargchk /tools/hpmatlab/toolbox/matlab/lang/nargchk.m
- optargs /tools/hpmatlab/toolbox/signal/optargs.m
- polar /tools/hpmatlab/toolbox/matlab/plotxy/polar.m
- polyline /tools/hpmatlab/toolbox/matlab/plotxy/polyline.m
- polymark /tools/hpmatlab/toolbox/matlab/plotxy/polymark.m
- psdchk /tools/hpmatlab/toolbox/signal/psdchk.m
- remez /tools/hpmatlab/toolbox/signal/remez.m
- sos2ss /tools/hpmatlab/toolbox/signal/sos2ss.m
- sos2tf /tools/hpmatlab/toolbox/signal/sos2tf.m
- sos2zp /tools/hpmatlab/toolbox/signal/sos2zp.m
- specchk /tools/hpmatlab/toolbox/signal/specchk.m
- ss2sos /tools/hpmatlab/toolbox/signal/ss2sos.m
- ss2tf /tools/hpmatlab/toolbox/signal/ss2tf.m
- ss2zp /tools/hpmatlab/toolbox/signal/ss2zp.m
- subplot /tools/hpmatlab/toolbox/matlab/graphics/subplot.m
- subscribe /tools/hpmatlab/toolbox/matlab/general/subscribe.m
- wavread /tools/hpmatlab/toolbox/matlab/sounds/wavread.m
- wavwrite /tools/hpmatlab/toolbox/matlab/sounds/wavwrite.m
- yulewalk /tools/hpmatlab/toolbox/signal/yulewalk.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON