[Index for tmp_for_tar/struct] [Return to Master Index]

isstruct

(tmp_for_tar/struct/isstruct.m)


Function Synopsis

s = isstruct(x)

Help text

        s = isstruct(x) = is_struct(x) 

 For m****b compatibility only.

 See also cmpstruct, fields, setfield, rmfield, getfield, isfield,
 struct. 

 Last modified: January 2000



Listing of function file tmp_for_tar/struct/isstruct.m

##        s = isstruct(x) = is_struct(x) 
## 
## For m****b compatibility only.
## 
## See also cmpstruct, fields, setfield, rmfield, getfield, isfield,
## struct. 
##

## Author:        Etienne Grossmann  <etienne@isr.ist.utl.pt>
## Last modified: January 2000

function s = isstruct(x)
s = is_struct(x) ;

Produced by oct2html on Wed Aug 8 19:47:02 2001
Cross-Directory links are: ON