Search Contact information
University of Cambridge Home Department of Engineering
University of Cambridge >  Engineering Department >  computing help
next up previous contents
Next: Bar and pie charts Up: Examples Previous: Examples

Movies

% movie demo
M=moviein(16);
for j = 1:16
   plot(fft(eye(j+16)))
   M(:,j)= getframe;
end
movie(M,5)


© Cambridge University Engineering Dept
Information provided by Tim Love
2006-07-24