How can i make this chart?

2 次查看(过去 30 天)
I'm a beginner, I can't make it identical. Can someone help me?
The expression is: cos(2*pi*t)*exp(-t)

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by