comparison scripts/miscellaneous/setfield.m @ 6547:4fb053f24fd6

[project @ 2007-04-19 21:47:40 by jwe]
author jwe
date Thu, 19 Apr 2007 21:47:41 +0000
parents 045038e0108a
children 93c65f2a5668
comparison
equal deleted inserted replaced
6546:44a4f68fbd76 6547:4fb053f24fd6
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 ## 02110-1301, USA. 18 ## 02110-1301, USA.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {[@var{k1},..., @var{v1}] =} setfield (@var{s}, @var{k1}, @var{v1}, @dots{}) 21 ## @deftypefn {Function File} {[@var{k1}, @dots{}, @var{v1}] =} setfield (@var{s}, @var{k1}, @var{v1}, @dots{})
22 ## Set field members in a structure. 22 ## Set field members in a structure.
23 ## 23 ##
24 ## @example 24 ## @example
25 ## @group 25 ## @group
26 ## oo(1,1).f0= 1; 26 ## oo(1,1).f0= 1;