Making a movie and saving figures
이전 댓글 표시
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?
답변 (1개)
Kshitij Chhabra
2021년 11월 12일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!