diff 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
line wrap: on
line diff
--- a/scripts/sparse/spy.m	Thu Jun 17 08:44:39 2010 +0200
+++ b/scripts/sparse/spy.m	Thu Jun 17 23:00:21 2010 +0200
@@ -35,7 +35,7 @@
   endif
 
   markersize = NaN;
-  if (numel (i) < 1000)
+  if (numel (x) < 1000)
     line_spec = "*";
   else
     line_spec = ".";