how to write the equation of this graph

1 visualizzazione (ultimi 30 giorni)

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by