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