フィルターのクリア

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 Center および File ExchangeLine Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by