You are on page 1of 3

%-- 22/03/17 22:14 --%

23.45 + 1.67*sqrt(32.74) / (1 + exp(-2))

a=31.8665

help exp

r = 17.4 ;

r = 17.4;

coloma.m

coloma

src

clc

coloma

clc

plot

help plot

x=0:6

clc

x=0:6

length x

clc

x=0:6

length (6)

length (x)

y= sin(pi*x/6)

plot (x,y)

x=0:0.1:6

length (x)

y= sin(pi*x/6)

plot(x,y)

x = 0:0.1:100
y= sin(x)

plot(x,y)

clc

x = 0:0.1:8

y= sin(x)

plot(x,y)

clc

x=0:0.1:3

y=15.sen(2000*pi*x)

y=sen(2000*pi*x)

y=sen(x)

clc

x=0:6

y=sen(2000*pi*x)

y=sen(x)

y=15*sin(2000*pi*x)

clc

x=0:0.1:3

y=15.sin(2000*pi*x)

y=sen(2000*pi*x)

y=15.sin(2000*pi*x)

y=15.sin(x)

y=sin(x)

clc

x=0:0.1:3

y=15*sin(2000*pi*x)

plot(x,y)

x=0:0.0001:0.003

y = 15*sin(2000*pi*x )
plot(x,y)

clc

x=0:0.00001:0.001

y = 15*sin(2000*pi*x)

plot(x,y)

clc

x=0:0.00001:0.0.003

clc

x=0:0.0001:0.003

y = 15*sin(2000*pi*x)

plot(x,y)

x=0:0.00001:0.003
y= 15*sin(2000*pi*x )
plot(x,y)

You might also like