23 Mart 2010 Salı

Matlab ile Yıldız Oluşturma

%www.ethemsulan.com
x=-5:0.001:5;
y=sqrt(25-x.^2);
fplot('2*x+6',[-10,10,-10,10]);
hold on
plot(x+4,y);
hold on
plot(-x+4,-y);



m4

Hiç yorum yok:

Yorum Gönder