How do you animate a plot?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to animate a plot(x,y). The two are data sets. x is a 1 row 10 column matrix and y has 400+ rows and 10 columns. Plotting the function gives me 400 lines. Which is a lot. I want to make either a GIF or video of each line being plotted.
So in other words I want to see matlab plot the first row then the second row then third and so on. I have seen a lot of source code for GIFs and AVI videos but my matlab skills are basic. Could someone help me.
1 件のコメント
dpb
2014 年 9 月 18 日
Start with
and see where get stuck...almost certainly enough there in the examples for what you describe.
回答 (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!