[Scilab-users] {EXT} Plotting graphs

Dang Ngoc Chan, Christophe Christophe.Dang at sidel.com
Mon Nov 14 10:42:33 CET 2016


Hello,

> De : users [mailto:users-bounces at lists.scilab.org] De la part de Samuel Gougeon
> Envoyé : vendredi 11 novembre 2016 14:08
>
>> How about plotting all this on a single graph, sir?
>
> A single plot(..) instruction does it, as indicatedby Christophe. Didn't you try at least before asking, or it does not work for you?

Indeed, thanks Samuel.

I would just add another and maybe more convenient way of doing the same,
still considering the x-axis is the n-th column of the matrix M:

plot(M(:, n), [M(:, 1:n-1), M[n+1:$])

Regards

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



More information about the users mailing list