Plot displacement v.s time of an area from a video
1 回表示 (過去 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!