how to write the equation of this graph

조회 수: 2 (최근 30일)
Nastya Berezyuk
Nastya Berezyuk 2016년 12월 18일
편집: Star Strider 2016년 12월 18일
  댓글 수: 1
Mischa Kim
Mischa Kim 2016년 12월 18일
Nastya, the attachment does not work.

댓글을 달려면 로그인하십시오.

채택된 답변

Mischa Kim
Mischa Kim 2016년 12월 18일
t = 0:0.01:2;
y = exp(-t).*(sin(20*t).^3);
plot(t,y)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by