creating a movie file from a group of plots?

1 次查看(过去 30 天)
This is what I have but i keep getting two forms of error when I run it!
F(1:length(angle2)) = struct('cdata',[],'colormap',[]);
for i = 1:20:length(angle2) x = cos(angle2(i)); y = sin(angle2(i)); plot([0,1],[0,0],[0,-x],[0,y]) axis([-1.5 1.5 -1.5 1.5])
F(i) = getframe;
end movie(F,2) movie2avi(F, '1moviename.avi', 'compression', 'None');

回答(1 个)

Image Analyst
Image Analyst 2014-11-26

类别

Help CenterFile Exchange 中查找有关 Animation 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by