28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

movie<br />

Examples Animate the peaks function as you scale the values of Z:<br />

2-1490<br />

Z = peaks; surf(Z);<br />

axis tight<br />

set(gca,'nextplot','replacechildren');<br />

% Record the movie<br />

for j = 1:20<br />

surf(sin(2*pi*j/20)*Z,Z)<br />

F(j) = getframe;<br />

end<br />

% Play the movie twenty times<br />

movie(F,20)<br />

See Also aviread, getframe, frame2im, im2frame<br />

“Animation” for related functions<br />

See Example – Visualizing an FFT as a Movie for another example

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!