how to plot this ?

4 vues (au cours des 30 derniers jours)
Tomer Segev
Tomer Segev le 21 Oct 2020
Commenté : Tomer Segev le 21 Oct 2020
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 ?

Réponses (1)

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

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by