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