Mercurial > hg > octave-nkf
comparison src/data.cc @ 6175:a4ecbadedc17
[project @ 2006-11-16 18:19:20 by jwe]
author | jwe |
---|---|
date | Thu, 16 Nov 2006 18:19:20 +0000 |
parents | d3c599afc455 |
children | c67c11e22828 |
comparison
equal
deleted
inserted
replaced
6174:d3c599afc455 | 6175:a4ecbadedc17 |
---|---|
2349 @deftypefn {Built-in Function} {} resize (@var{x}, @var{m})\n\ | 2349 @deftypefn {Built-in Function} {} resize (@var{x}, @var{m})\n\ |
2350 @deftypefnx {Built-in Function} {} resize (@var{x}, @var{m}, @var{n})\n\ | 2350 @deftypefnx {Built-in Function} {} resize (@var{x}, @var{m}, @var{n})\n\ |
2351 Destructively resize @var{x}.\n\ | 2351 Destructively resize @var{x}.\n\ |
2352 \n\ | 2352 \n\ |
2353 @strong{Values in @var{x} are not preserved as they are with\n\ | 2353 @strong{Values in @var{x} are not preserved as they are with\n\ |
2354 @code{reshape}}.\n\ | 2354 @code{reshape}.}\n\ |
2355 \n\ | 2355 \n\ |
2356 If only @var{m} is supplied and it is a scalar, the dimension of the\n\ | 2356 If only @var{m} is supplied and it is a scalar, the dimension of the\n\ |
2357 result is @var{m}-by-@var{m}. If @var{m} is a vector, then the\n\ | 2357 result is @var{m}-by-@var{m}. If @var{m} is a vector, then the\n\ |
2358 dimensions of the result are given by the elements of @var{m}.\n\ | 2358 dimensions of the result are given by the elements of @var{m}.\n\ |
2359 If both @var{m} and @var{n} are scalars, then the dimensions of\n\ | 2359 If both @var{m} and @var{n} are scalars, then the dimensions of\n\ |