plot2d(x,[y' z'])// ?

Jan Å


On 24.08.2016 16:00, philippe wrote:
Hi,

Le 21/08/2016 à 08:27, Gerhard Kreuzer a écrit :
here my two attepts one working, one failed, but why?

plot2d(x, [y z]);

//plot2d(x, y);                    // working

//plot2d(x, z);                    // working

if  x,y,z  are column vectors of the same length you should try :


plot2d([x x],[y z],[y_color z_color])


the  argument [y_color z_color] is optional but it let you choose the
colors for both plots (try [2 5]  for [y_color z_color]).

Philippe.

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to