how to plot this ?

1 visualización (últimos 30 días)
Tomer Segev
Tomer Segev el 21 de Oct. de 2020
Comentada: Tomer Segev el 21 de Oct. de 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 ?

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by