Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help! Need to save Movie

0 views
Skip to first unread message

sumeho

unread,
Nov 24, 2009, 5:27:25 PM11/24/09
to
Help! I need to get my animation so that it saves as a file and does
not print to screen. The runtime is very long. If I do movie2avi
(Mov,'name.avi') I get an error saying that Mov is an unknown function
or parameter. Need help quick please!

temp2 = mod(n,100)
if temp2 == 0
V = V + 1
surf(x,yxzold,qold)
title (['time is ' num2str(tim(n)/60) 'min'])
colormap jet
colorbar
caxis([0 1])
axis ([0 350 0 550 0 3])
Mov(V) = getframe;
end

end % ends time loop

0 new messages