comparison scripts/sparse/nonzeros.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents fd0a3ac60b0e
children 72e60cf50dce
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} nonzeros (@var{s}) 20 ## @deftypefn {Function File} {} nonzeros (@var{s})
21 ## Returns a vector of the non-zero values of the sparse matrix @var{s}. 21 ## Return a vector of the non-zero values of the sparse matrix @var{s}.
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 function t = nonzeros (s) 24 function t = nonzeros (s)
25 25
26 if (nargin != 1) 26 if (nargin != 1)