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일

1 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

질문:

2021년 9월 5일

댓글:

2021년 9월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by