Running windows 7, with the octforge binary 3.2.4, with all packages
installed except oct2mat.

The following script worked, but then suddenly stopped working.  Now, it
starts to draw the graph, hangs, starts refreshing the graph, hangs,
repeatedly.

x = -100:.2:100;
y=x;
[x,y]=meshgrid(x,y);
r = sqrt(x.^2+y.^2);
z = sin(r/5);
surf(x,y,z)
shading interp

I can't figure out what changed about my system, but the error happens
reliably now,
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to