Mercurial > hg > octave-nkf
diff scripts/sparse/sprandn.m @ 14373:d00900b3dc4b
doc: Use two spaces at start of sentence.
* ndgrid.m, uiwait.m, sprandn.m, sprandsym.m, quantile.m:
Use two spaces at start of sentence.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 16 Feb 2012 15:44:42 -0800 |
parents | 72c96de7a403 |
children | 5d3a684236b0 |
line wrap: on
line diff
--- a/scripts/sparse/sprandn.m +++ b/scripts/sparse/sprandn.m @@ -24,7 +24,7 @@ ## @deftypefnx {Function File} {} sprandn (@var{s}) ## Generate a random sparse matrix. The size of the matrix will be ## @var{m} by @var{n}, with a density of values given by @var{d}. -## @var{d} should be between 0 and 1. Values will be normally +## @var{d} should be between 0 and 1. Values will be normally ## distributed with mean of zero and variance 1. ## ## If called with a single matrix argument, a random sparse matrix is