[Scilab-users] {EXT} Plotting graphs

Godson Moses godsonikem at gmail.com
Fri Nov 11 07:56:46 CET 2016


How about plotting all this on a single graph, sir?

Regards
On Nov 10, 2016 5:27 PM, "Dang Ngoc Chan, Christophe" <
Christophe.Dang at sidel.com> wrote:

> To answer more precisely to your question:
>
> > If x is a vector and y a matrix plot(x,y) plots each columns of y versus
> vector x.
>
> If M is the matrix, and the X column is the n-th one, then:
>
> ----------
>
> X = M(:, n); // select the n-th column
>
> Y = M;
>
> Y(:, n) = []; // remove the n-th column from the matrix
>
> plot(X, Y)
>
> ----------
>
> 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.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20161111/95c202de/attachment.htm>


More information about the users mailing list