From: Michelle Armenta on
Hi everyone!

I'm new in Matlab and I'm trying to draw a path from a set of 3d coordinates [x y z] that are changing according to a time vector. Is there a function to do so? Can anyone help, please!!

Thanks a lot!!
From: us on
"Michelle Armenta" <mich.armenta(a)gmail.com> wrote in message <hvgbkv$3i0$1(a)fred.mathworks.com>...
> Hi everyone!
>
> I'm new in Matlab and I'm trying to draw a path from a set of 3d coordinates [x y z] that are changing according to a time vector. Is there a function to do so? Can anyone help, please!!
>
> Thanks a lot!!

a hint:

help plot3;
help line;

us