diff scripts/plot/fplot.m @ 7280:96f86c256ca0

[project @ 2007-12-10 21:12:51 by jwe]
author jwe
date Mon, 10 Dec 2007 21:12:51 +0000
parents d65670971cbc
children 7ef5b1b4e029
line wrap: on
line diff
--- a/scripts/plot/fplot.m	Mon Dec 10 21:04:33 2007 +0000
+++ b/scripts/plot/fplot.m	Mon Dec 10 21:12:51 2007 +0000
@@ -73,10 +73,10 @@
 
   if (floor(n) != n)
     tol = n;
-    x0 = linspace (limits(1), limits(2), 3)';
+    x0 = linspace (limits(1), limits(2), 5)';
     y0 = feval (fn, x0);
     err0 = Inf;
-    n = 5;
+    n = 8;
     x = linspace (limits(1), limits(2), n)';
     y = feval (fn, x);