Azzera filtri
Azzera filtri

how to plot this ?

1 visualizzazione (ultimi 30 giorni)
Tomer Segev
Tomer Segev il 21 Ott 2020
Commentato: Tomer Segev il 21 Ott 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 ?

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by