Filter löschen
Filter löschen

How can i make this chart?

2 Ansichten (letzte 30 Tage)
Ruxandra Ionescu
Ruxandra Ionescu am 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)

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by