Filter löschen
Filter löschen

how to plot this ?

1 Ansicht (letzte 30 Tage)
Tomer Segev
Tomer Segev am 21 Okt. 2020
Kommentiert: Tomer Segev am 21 Okt. 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 ?

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by