Animating a line (arrow)
8 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I am new to matlab and trying to animate an arrow by running it in a 'for' loop. Arrow being a line with start and end co-ordinates mentioned and the co-ordinates of end point being a variable in the for loop. While doing so the images overlap each other rather than clearing the previous one. I tried using 'clear figure (clf)' at the end of the loop and it works, but gives a blank figure in the end which is something that I am trying to avoid. Is there a way to deal with it without the use of clf?
Thank you
Regards,
Sanjeev
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!