Plot displacement v.s time of an area from a video
조회 수: 2 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Muhammad Usman Saleem
2016년 6월 30일
to plot two variable (must be of same length) as x and y
use
plot(x,y);
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 View and Analyze Simulation Results에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!