[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

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON