[Scilab-users] plot2d problem

Jan Åge Langeland j-lan at online.no
Wed Aug 24 18:36:37 CEST 2016


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 at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list