how can i plot a moving object in Matlab
10 views (last 30 days)
Show older comments
I am trying to plot a gliding object. I know the velocity of the object falling. How can i approach this in matlab?
any help will appreciated.
thank you
0 Comments
Answers (1)
KSSV
on 14 Jan 2017
You will have data of points ie (x,y) at different time steps. Run a loop for time step and plot each point to make object move.
0 Comments
See Also
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!