comparison scripts/sparse/spy.m @ 6606:2c19eaa2c6f7

[project @ 2007-05-07 17:09:38 by jwe]
author jwe
date Mon, 07 May 2007 17:09:38 +0000
parents f82f516c8a00
children 98724cae69c7
comparison
equal deleted inserted replaced
6605:376b71574728 6606:2c19eaa2c6f7
33 plot (j, i, "*"); 33 plot (j, i, "*");
34 else 34 else
35 plot (j, i, "."); 35 plot (j, i, ".");
36 endif 36 endif
37 37
38 axis ([0, n+1, 0, m+1]); 38 axis ([0, n+1, m+1, 0]);
39 39
40 endfunction 40 endfunction