Borrar filtros
Borrar filtros

How can i make this chart?

2 visualizaciones (últimos 30 días)
Ruxandra Ionescu
Ruxandra Ionescu el 5 de Sept. de 2021
Comentada: Ruxandra Ionescu el 5 de Sept. de 2021
I'm a beginner, I can't make it identical. Can someone help me?
The expression is: cos(2*pi*t)*exp(-t)

Respuesta aceptada

Chunru
Chunru el 5 de Sept. de 2021
t = 0:0.1:5;
x = cos(2*pi*t).*exp(-t);
plot(t, x);
xlabel('t');
ylabel('x(t)');

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by