Borrar filtros
Borrar filtros

how to write the equation of this graph

1 visualización (últimos 30 días)
Nastya Berezyuk
Nastya Berezyuk el 18 de Dic. de 2016
Editada: Star Strider el 18 de Dic. de 2016

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by