comet command?

David Arnold dwarnold45 at suddenlink.net
Fri Mar 4 09:26:07 CET 2011


Hi,

In matlab, I can animate a parametric plot with the comet command:

t=linspace(0,2*pi,5000);
x=cos(t);
y=sin(t);
comet(x,y)

Is there a command in scilab that will do this?

David



More information about the users mailing list