[Octave]Plot banyak variabel


x = 0:0.01:2;                
y1= 5*x.*exp(-3*x);          
y2 = y + 0.02*randn(size(x)); 
y3=yn + 0.03*randn(size(x));
plot(x,y1,'-',x,y2,'ro',x,y3,'+');      

xlabel('x');         
ylabel('y1,y2,y3');
title('Plot banyak variable');
legend('y1','y2',' y3');

hasil :

About these ads
  1. makasih infonya yaaa..

  1. Belum ada trackback.

Tinggalkan Balasan

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Ubah )

Twitter picture

You are commenting using your Twitter account. Log Out / Ubah )

Facebook photo

You are commenting using your Facebook account. Log Out / Ubah )

Connecting to %s

Ikuti

Get every new post delivered to your Inbox.

Bergabunglah dengan 3.075 pengikut lainnya.