Re: [Scilab-users] Plotting as stem function

2016-02-22 Thread Chema
Thanks, the two answers were usefull for me... -- View this message in context: http://mailinglists.scilab.org/Plotting-as-stem-function-tp4033516p4033542.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.

Re: [Scilab-users] Plotting as stem function

2016-02-20 Thread Serge Steer
Le 20/02/2016 03:07, Chema a écrit : Hi, I have a problem when I'm trying to plot as in "stem" function in matlab using plot2d3, my scilab code is: n=0:20; x=cos(2*%pi*4.*n); plot2d3(n,x) tha plot shows some values in 0, why if the vector x is all ones?

[Scilab-users] Plotting as stem function

2016-02-19 Thread Chema
Hi, I have a problem when I'm trying to plot as in "stem" function in matlab using plot2d3, my scilab code is: n=0:20; x=cos(2*%pi*4.*n); plot2d3(n,x) tha plot shows some values in 0, why if the vector x is all ones? -- View