You are on page 1of 1

clc;

x=0.5;
y=0:0.3:10;
a=x*y;
b=exp(-a);
c=x*b;
plot(y,c);

You might also like