15.04.2013 Views

Transformações Lineares de Rn em Rm - deetc

Transformações Lineares de Rn em Rm - deetc

Transformações Lineares de Rn em Rm - deetc

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

T R A N S F O R M A Ç Õ E S L I N E A R E S D E R N E M R M A L G E B R A – T U R M A L R 1 1 D<br />

for i=1:1000<br />

X=reshape(X,1,m*n);<br />

Y=reshape(Y,1,m*n); Z=reshape(Z,1,m*n);<br />

U=[X; Y; Z];<br />

W=A*U;<br />

X=W(1,:); Y=W(2,:); Z=W(3,:);<br />

X=reshape(X,m,n); Y=reshape(Y,m,n); Z=reshape(Z,m,n);<br />

h=surf(X,Y,Z,'EdgeColor','none');<br />

pause(0.001)<br />

<strong>de</strong>lete(h)<br />

end<br />

© Prof. José Amaral ALGA M06 - 32 12-11-2007

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

Saved successfully!

Ooh no, something went wrong!