<p dir="ltr">How about plotting all this on a single graph, sir? </p>
<p dir="ltr">Regards </p>
<div class="gmail_quote">On Nov 10, 2016 5:27 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">To answer more precisely to your question:<br>
<br>
> If x is a vector and y a matrix plot(x,y) plots each columns of y versus vector x.<br>
<br>
If M is the matrix, and the X column is the n-th one, then:<br>
<br>
----------<br>
<br>
X = M(:, n); // select the n-th column<br>
<br>
Y = M;<br>
<br>
Y(:, n) = []; // remove the n-th column from the matrix<br>
<br>
plot(X, Y)<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>