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);
另请参阅
类别
在 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!