필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
fei duan
fei duan 2016년 6월 30일
댓글: Muhammad Usman Saleem 2016년 7월 1일
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.

답변 (1개)

Muhammad Usman Saleem
Muhammad Usman Saleem 2016년 6월 30일
to plot two variable (must be of same length) as x and y
use
plot(x,y);
  댓글 수: 2
fei duan
fei duan 2016년 6월 30일
that doesn't help much.
Muhammad Usman Saleem
Muhammad Usman Saleem 2016년 7월 1일
What you want then?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by