[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/ops]
exist
(/tools/hpmatlab/toolbox/matlab/ops/exist.m)
Help text
EXIST Check if variables or functions exist.
EXIST('A') returns:
0 if A does not exist
1 if A is a variable in the workspace
2 if A is an M-file on MATLAB's search path
3 if A is a MEX-file on MATLAB's search path
4 if A is a compiled SIMULINK function
5 if A is a built-in MATLAB function
Note: EXIST('A') also returns 2 if a file named
just 'A' is on MATLAB's search path.
Cross-Reference Information
This is called by
- beatcontrol ee2200/beatcontrol.m
- close /tools/hpmatlab/toolbox/matlab/graphics/close.m
- enveloper ee2200/enveloper.m
- info /tools/hpmatlab/toolbox/matlab/general/info.m
- legend /tools/hpmatlab/toolbox/matlab/plotxy/legend.m
- pez ee2200/pez.m
- pez_dp ee2200/pez_dp.m
- pez_dz ee2200/pez_dz.m
- pez_ep ee2200/pez_ep.m
- pez_ez ee2200/pez_ez.m
- print /tools/hpmatlab/toolbox/matlab/graphics/print.m
- remez /tools/hpmatlab/toolbox/signal/remez.m
- ss2zp /tools/hpmatlab/toolbox/signal/ss2zp.m
- terminal /tools/hpmatlab/toolbox/matlab/graphics/terminal.m
- ver /tools/hpmatlab/toolbox/matlab/general/ver.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON