[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/general]
inquire
(/tools/hpmatlab/toolbox/matlab/general/inquire.m)
Function Synopsis
[a,b] = inquire(arg1)
Help text
INQUIRE MATLAB internal states.
INQUIRE('echo') returns 1 if ECHO is on, 0 if ECHO is off.
INQUIRE('casesen') returns 1 if CASESEN is on, 0 if off.
INQUIRE('hold') returns 1 if HOLD is on, 0 if HOLD is off.
[S,V] = INQUIRE('axis') returns S=0 if AXIS is autoranging,
S=1 if the AXIS is frozen. Vector V contains the current
axis limits, V = [Xmin Xmax Ymin Ymax].
INQUIRE('subplot') returns the current SUBPLOT state, e.g.
111, 211, 223, etc.
[F,D] = INQUIRE('format') returns strings F and D such that
EVAL(F),EVAL(D) would restore the current format state.
F is a string like 'format short e' or 'format hex'.
D is either 'format compact' or 'format loose'.
[S,FNAME] = INQUIRE('diary') returns S=0 if the diary is
off, S=1 if the diary is on, and the name of the current
diary file in FNAME. FNAME is empty if no file is named.
This function is obsolete. Please use GET to inquire
state values.
Cross-Reference Information
This function calls
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- break /tools/hpmatlab/toolbox/matlab/lang/break.m
- diary /tools/hpmatlab/toolbox/matlab/general/diary.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- echo /tools/hpmatlab/toolbox/matlab/general/echo.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- format /tools/hpmatlab/toolbox/matlab/general/format.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
- hold /tools/hpmatlab/toolbox/matlab/graphics/hold.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
- nan /tools/hpmatlab/toolbox/matlab/elmat/nan.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- subplot /tools/hpmatlab/toolbox/matlab/graphics/subplot.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON