diff scripts/general/bicubic.m @ 6448:2110cc251779

[project @ 2007-03-24 02:47:36 by jwe]
author jwe
date Sat, 24 Mar 2007 02:47:36 +0000
parents 045038e0108a
children 673686daec87
line wrap: on
line diff
--- a/scripts/general/bicubic.m	Sat Mar 24 00:00:31 2007 +0000
+++ b/scripts/general/bicubic.m	Sat Mar 24 02:47:36 2007 +0000
@@ -194,5 +194,4 @@
 %! yi=linspace(min(y),max(y),26);
 %! mesh(xi,yi,bicubic(x,y,A,xi,yi));
 %! [x,y] = meshgrid(x,y);
-%! __gnuplot_raw__ ("set nohidden3d;\n")
 %! hold on; plot3(x(:),y(:),A(:),"b*"); hold off;