Effacer les filtres
Effacer les filtres

How can i make this chart?

2 vues (au cours des 30 derniers jours)
Ruxandra Ionescu
Ruxandra Ionescu le 5 Sep 2021
I'm a beginner, I can't make it identical. Can someone help me?
The expression is: cos(2*pi*t)*exp(-t)

Réponse acceptée

Chunru
Chunru le 5 Sep 2021
t = 0:0.1:5;
x = cos(2*pi*t).*exp(-t);
plot(t, x);
xlabel('t');
ylabel('x(t)');
  1 commentaire
Ruxandra Ionescu
Ruxandra Ionescu le 5 Sep 2021
Thx bro

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by