[Scilab-users] Display problem

SCHULZ Wolfgang W.Schulz at ove.at
Wed Apr 22 08:07:57 CEST 2015


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


More information about the users mailing list