[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/lang]
pause
(/tools/hpmatlab/toolbox/matlab/lang/pause.m)
Help text
PAUSE Wait for user response.
PAUSE causes a procedure to stop and wait for the user to
strike any key before continuing.
PAUSE(n) pauses for n seconds before continuing.
PAUSE OFF indicates that any subsequent PAUSE or PAUSE(n)
commands should not actually pause. This allows normally
interactive scripts to run unattended.
PAUSE ON indicates that subsequent PAUSE commands should pause.
Cross-Reference Information
This is called by
- complex_exampleee2200/complex_example.m
- info /tools/hpmatlab/toolbox/matlab/general/info.m
- killAserver /tools/hpmatlab/toolbox/matlab/sounds/killAserver.m
- recsound /tools/hpmatlab/toolbox/matlab/sounds/recsound.m
- specplot /tools/hpmatlab/toolbox/signal/specplot.m
- spectrum /tools/hpmatlab/toolbox/signal/spectrum.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON