Plot displacement v.s time of an area from a video

1 visualización (últimos 30 días)
fei duan
fei duan el 30 de Jun. de 2016
Comentada: Muhammad Usman Saleem el 1 de Jul. de 2016
Hello, please help! I don't know how to program this.
I am trying to plot the displacement of an area (or a point) versus time of from a video. How do I do that? The object moves in both X-direction and Y-direction. So I need two graphs, one is the displacement in the X-direction, and one is in the y-direction.
Thank you very much ! F.

Respuestas (1)

Muhammad Usman Saleem
Muhammad Usman Saleem el 30 de Jun. de 2016
to plot two variable (must be of same length) as x and y
use
plot(x,y);
  2 comentarios
fei duan
fei duan el 30 de Jun. de 2016
that doesn't help much.
Muhammad Usman Saleem
Muhammad Usman Saleem el 1 de Jul. de 2016
What you want then?

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by