comparison src/ov-cell.cc @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 33adb987c033
children 6286c96121c2
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
1073 @deftypefn {Built-in Function} {} struct2cell (@var{S})\n\ 1073 @deftypefn {Built-in Function} {} struct2cell (@var{S})\n\
1074 Create a new cell array from the objects stored in the struct object.\n\ 1074 Create a new cell array from the objects stored in the struct object.\n\
1075 If @var{f} is the number of fields in the structure, the resulting\n\ 1075 If @var{f} is the number of fields in the structure, the resulting\n\
1076 cell array will have a dimension vector corresponding to\n\ 1076 cell array will have a dimension vector corresponding to\n\
1077 @code{[@var{F} size(@var{S})]}.\n\ 1077 @code{[@var{F} size(@var{S})]}.\n\
1078 @end deftypefn\n\ 1078 @seealso{cell2struct, fieldnames}\n\
1079 @seealso{cell2struct, fieldnames}") 1079 @end deftypefn")
1080 { 1080 {
1081 octave_value retval; 1081 octave_value retval;
1082 1082
1083 int nargin = args.length (); 1083 int nargin = args.length ();
1084 1084