<p dir="ltr">Thanks </p>
<div class="gmail_quote">On Nov 10, 2016 3:38 PM, "Dang Ngoc Chan, Christophe" <<a href="mailto:Christophe.Dang@sidel.com">Christophe.Dang@sidel.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
> De : users [mailto:<a href="mailto:users-bounces@lists.scilab.org">users-bounces@lists.<wbr>scilab.org</a>] De la part de Godson Moses<br>
> Envoyé : jeudi 10 novembre 2016 14:50<br>
><br>
> Plse how can one plot a single column by every other column  in a matrix?<br>
> And that on a single screen.<br>
<br>
<a href="https://help.scilab.org/docs/6.0.0/en_US/plot.html" rel="noreferrer" target="_blank">https://help.scilab.org/docs/<wbr>6.0.0/en_US/plot.html</a><br>
<br>
plot(x,y)<br>
<br>
If x is a vector and y a matrix plot(x,y) plots each columns of y versus vector x.<br>
<br>
e.g.<br>
<br>
----------<br>
<br>
x = (1:5)' ;<br>
<br>
y = [x, x.^2];<br>
<br>
plot(x, y);<br>
<br>
legend("x", "x^2");<br>
<br>
----------<br>
<br>
Regards<br>
<br>
--<br>
Christophe Dang Ngoc Chan<br>
Mechanical calculation engineer<br>
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.<br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.scilab.org/<wbr>mailman/listinfo/users</a><br>
</blockquote></div>