hallo,
if I try to run the little program below, scilab 5.4.0 stops without any
further message. In scilab 5.3.3 it works fine.

clc
xdel()
t = linspace (0 , 2*%pi , 100);
x = sin (2*t);
y = cos (t);
plot ( x , y , '*' )

best regards
Josef



--
View this message in context: 
http://mailinglists.scilab.org/scilab-5-4-0-stops-tp4024944.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to