comparison scripts/sparse/spy.m @ 7125:f084ba47812b

[project @ 2007-11-08 02:29:23 by jwe]
author jwe
date Thu, 08 Nov 2007 02:29:24 +0000
parents a1dbe9d80eee
children f5005d9510f4
comparison
equal deleted inserted replaced
7124:d07cb867891b 7125:f084ba47812b
27 ## passed to @code{plot} and determines the appearance of the plot. 27 ## passed to @code{plot} and determines the appearance of the plot.
28 ## @seealso{plot} 28 ## @seealso{plot}
29 ## @end deftypefn 29 ## @end deftypefn
30 30
31 function spy (S, varargin) 31 function spy (S, varargin)
32
33 if (nargin < 1)
34 print_usage ();
35 endif
32 36
33 markersize = NaN; 37 markersize = NaN;
34 if (numel (i) < 1000) 38 if (numel (i) < 1000)
35 LineSpec = "*"; 39 LineSpec = "*";
36 else 40 else