A moving line plot in MATLAB figure with animation between 3 points
Show older comments
Hi everyone, I need help to do an animated line for known coordinates
for example :(x1,y1)=(2,1)
(x2,y2)=(3,2)
(x3,y3)=(4,2)
simply i can plot these lines , but don't know how to animate from one point to another point. How can i do this??
3 Comments
Johannes Hougaard
on 5 Jul 2021
I'm not sure what you mean by 'animated line' - is it that the point should be moving slowly from x1,y1 to x3,y3 via x2,y2?
Rajawarman Thiruselvam
on 5 Jul 2021
Rajawarman Thiruselvam
on 5 Jul 2021
Accepted Answer
More Answers (1)
Srijan Jain
on 5 Jul 2021
0 votes
Hey,
I understand you're trying to animate a line between 2 points.
I would suggest you to look into: Update figures and process callbacks - MATLAB drawnow
Hope this helps
Srijan
Categories
Find more on Animation 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!