help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

isstruct, rmfield, struct etc ...


From: etienne grossmann
Subject: isstruct, rmfield, struct etc ...
Date: Wed, 11 Aug 1999 14:01:52 +0100 (WEST)

  Hello,

  is anyone interested in functions

  x = isstruct(s)             same as is_struct(s) (for m****b compat)
  s = struct('key1',val1,...)
  v = getfield(s,'key')
  t = setfield(s,'key1',val1,...)
  t = rmfield(s,'key1',...)

  ? They go with 2.0.14.

  Etienne



---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.  To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]