[Return to Master Index]
Index for tmp_for_tar/struct
Produced by oct2html on Wed Aug 8 19:47:02 2001
Cross-Directory links are: ON
Octave files in this Directory
catstruct s = catstruct(s1,s2,...)
cmpany c = cmpany(x,y) - Compare octave objects
cmpstruct c = cmpstruct (s1,s2) - Compare structs
fields f = fields(s)
getfield v = getfield(s,key) = s.key
grep y = grep(x) == x(find(x))
isfield y = isfield(x,k)
isstruct s = isstruct(x) = is_struct(x)
read_options read_options is a script that can be called to read options from
rmfield t = rmfield(s,key1,...)
sayif sayif(condition,fmp,...)
setfield s = setfield(s,'key1',value1,...)
struct s = struct(key1,val1,...)
substruct t = substruct (s, key1, key2 ...) =
tar s = tar (foo,bar, ... ) == struct ("foo",foo,"bar",bar,...)
test_struct errors = test_struct
untar [foo,bar,...] = untar (s,"Foo","Bar",...)