how to write the equation of this graph

1 view (last 30 days)

Accepted Answer

Mischa Kim
Mischa Kim on 18 Dec 2016
t = 0:0.01:2;
y = exp(-t).*(sin(20*t).^3);
plot(t,y)

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!