Making a movie and saving figures
45 ビュー (過去 30 日間)
表示 古いコメント
Given an array / matrix K of size
and a array / vector v of size M. I want to make a movie with N frames each one being the following plot for i in the range 1:N

plot(K(:,i),v)
I want to save this movie as a .avi file.
Moreover, for a given set of numbers
I want to save the figures

plot(K(:,j),v)
for each
.

What is the best way to code this up, would anything change with
plots?

0 件のコメント
回答 (1 件)
参考
カテゴリ
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!