09.04.2014 Views

MATLAB Notlari.pdf

MATLAB Notlari.pdf

MATLAB Notlari.pdf

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.

-- ‘3-D Line’ (3 Boyutlu düz çizgi) çizimi için plot3(...) komutu kullanlr .Aada<br />

heliks çizimi program verilmitir :<br />

t=0.01:0.01:20*pi;<br />

x=cos(t);<br />

y=sin(t);<br />

z=t.^3;<br />

plot3(x,y,z);<br />

xlabel('Helix');<br />

grid<br />

26

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

Saved successfully!

Ooh no, something went wrong!