Mercurial > hg > octave-lyh
comparison scripts/sparse/spy.m @ 10714:600bdfb08540
Fix typo in spy.m
author | Brad Froehle <brad.froehle@gmail.com> |
---|---|
date | Thu, 17 Jun 2010 23:00:21 +0200 |
parents | 1bf0ce0930be |
children | be55736a0783 |
comparison
equal
deleted
inserted
replaced
10713:0e05ed9f2a62 | 10714:600bdfb08540 |
---|---|
33 if (nargin < 1) | 33 if (nargin < 1) |
34 print_usage (); | 34 print_usage (); |
35 endif | 35 endif |
36 | 36 |
37 markersize = NaN; | 37 markersize = NaN; |
38 if (numel (i) < 1000) | 38 if (numel (x) < 1000) |
39 line_spec = "*"; | 39 line_spec = "*"; |
40 else | 40 else |
41 line_spec = "."; | 41 line_spec = "."; |
42 endif | 42 endif |
43 for i = 1:length (varargin) | 43 for i = 1:length (varargin) |