Azzera filtri
Azzera filtri

How can i make this chart?

2 visualizzazioni (ultimi 30 giorni)
Ruxandra Ionescu
Ruxandra Ionescu il 5 Set 2021
I'm a beginner, I can't make it identical. Can someone help me?
The expression is: cos(2*pi*t)*exp(-t)

Risposta accettata

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

Più risposte (0)

Categorie

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

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by