필터 지우기
필터 지우기

how to plot this ?

조회 수: 1 (최근 30일)
Tomer Segev
Tomer Segev 2020년 10월 21일
댓글: Tomer Segev 2020년 10월 21일
syms x;
y=exp(-x).*sin(x);
plot(x,y);
hey, i want to plot this but for reaon I can't.. I didn't find any answer in previous questions.
can someone tell me where I am wrong ?

답변 (1개)

Stephan
Stephan 2020년 10월 21일
syms x;
y=exp(-x).*sin(x);
fplot(x,y);
  댓글 수: 4
Stephan
Stephan 2020년 10월 21일
BTW: Did you notice that you can accept and/or vote for useful answers?
Tomer Segev
Tomer Segev 2020년 10월 21일
OK, that's great! thank you!

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by