help-octave
[Top][All Lists]
Advanced

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

Re: isstruct, rmfield, struct etc ...


From: Daniel Heiserer
Subject: Re: isstruct, rmfield, struct etc ...
Date: Thu, 12 Aug 1999 08:42:54 +0200

address@hidden wrote:
> 
>   Hello,
> 
>   is anyone interested in functions
> 
>   x = isstruct(s)             same as is_struct(s) (for m****b compat)

Why don't call it is_struct then. 
Is it a religious reason?

>   s = struct('key1',val1,...)
>   v = getfield(s,'key')
>   t = setfield(s,'key1',val1,...)
>   t = rmfield(s,'key1',...)
> 
>   ? They go with 2.0.14.
> 

PS: Sure I am interested. Probably others are too.
Why don't you merge it into the source-tree?


daniel



---------------------------------------------------------------------
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]