Accepted Answer

x=linspace(0,7)
a= 1;
b= 3;
f = exp(-a.*x).*sin(b.*x)
plot(x,f)

More Answers (0)

Products

Release

R2018a

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!