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.

-- Aadaki örnekte ise 3 farkl eri çizdirilmitir :<br />

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

x=t^2+5*t-3;<br />

y=t.^2+3;<br />

z=t;<br />

plot(x,t,'r',y,t,'g',z,t,'b');<br />

grid;<br />

title(‘3 Farkl Grafigin Cizimi’);<br />

xlabel(‘Giris Degerleri’);<br />

ylabel(‘Cikis Degerleri’);<br />

text(x,t,’x’);<br />

text(y,t,'y');<br />

text(z,t,'z')<br />

22

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

Saved successfully!

Ooh no, something went wrong!