Hello,
I would like to display 10e6 points but it seems that Scilab (5.2.2 x64 on 
Win7) works only till 8e6 points.

I tried increasing the Java Heap memory (and restarted Scilab afterwards) but 
there was no effect.

Here is a test program what works till 8e6 but doesn't work for 9e6.

stacksize('max')
Maximum=8e6
dt=1/Maximum;
t=0:dt:1;
y=sin(2*%pi*50*t);
plot(t,y);

Any idea what could be wrong?
Thanks for your help.
Wolfgang
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to