09.04.2014 Views

MATLAB Notlari.pdf

MATLAB Notlari.pdf

MATLAB Notlari.pdf

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

-- Birden fazla eriyi tek bir grafik ekran üzerinde görmek için çizdirilmesi istenen<br />

eriler ayn plot(...) komutu içinde yazlmaldr.<br />

-- Birden fazla eriyi üst üste çizme uygulamas olarak aadaki örnekte sin(x) ve<br />

cos(x) erileri tek bir grafik ekran üzerinde çizdirilmitir :<br />

t = 0:0.05:10;<br />

x = sin(t);<br />

y = cos(t);<br />

plot(t,x,’x’,t,y,’o’);<br />

grid;<br />

title(‘Sin ve Cos Erileri’);<br />

xlabel(‘Saniye’);<br />

ylabel(‘x=sint ; y=cost’);<br />

text(3,0.45,’sint’);<br />

text(0.8,-0.3,‘cost’)<br />

21

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

Saved successfully!

Ooh no, something went wrong!