comparison scripts/sparse/sprand.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 16f53d29049f
children be55736a0783
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
38 ## Author: Paul Kienzle <pkienzle@users.sf.net> 38 ## Author: Paul Kienzle <pkienzle@users.sf.net>
39 ## 39 ##
40 ## Changelog: 40 ## Changelog:
41 ## 41 ##
42 ## Piotr Krzyzanowski <przykry2004@users.sf.net> 42 ## Piotr Krzyzanowski <przykry2004@users.sf.net>
43 ## 2004-09-27 use Paul's hint to allow larger random matrices 43 ## 2004-09-27 use Paul's hint to allow larger random matrices
44 ## at the price of sometimes lower density than desired 44 ## at the price of sometimes lower density than desired
45 ## David Bateman 45 ## David Bateman
46 ## 2004-10-20 Texinfo help and copyright message 46 ## 2004-10-20 Texinfo help and copyright message
47 47
48 function S = sprand (m, n, d) 48 function S = sprand (m, n, d)
49 if (nargin == 1) 49 if (nargin == 1)