Borrar filtros
Borrar filtros

How to make a trajectory from position and Velocity data

5 visualizaciones (últimos 30 días)
Adam Levschuk
Adam Levschuk el 16 de Jun. de 2020
Comentada: David Hill el 17 de Jun. de 2020
Hello, I feel that this is a very easy question and i am mad that i have not figured it out myself.
I have position data (euler angles) and the coraspinding angualr velcoity and i want to generate a 2xn variable with both these variables.
if i do...
plot(eulerAngles(:,2), gyr(:,2)) this plot gives me the trajectory that i am trying to create. How do i save this trajectory as a single variable?
thanks for your help.

Respuesta aceptada

David Hill
David Hill el 17 de Jun. de 2020
newVariable=[eulerAngles(:,2)';gyr(:,2)'];
  4 comentarios
Adam Levschuk
Adam Levschuk el 17 de Jun. de 2020
ohhhh i see, thank you very mcuh david. very helpful!
Adam
David Hill
David Hill el 17 de Jun. de 2020
If you are satisfied with the answer, accept it to close it out.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by