Respuesta aceptada

Alan Stevens
Alan Stevens el 6 de Feb. de 2021

0 votos

Try using limits, e.g.
fplot(@(t) 16/3*exp(-2*t)-4/3*exp(-8*t), [0 20]);
Also use
t.*exp(...etc) not t*exp(...etc)

3 comentarios

Shuqing Qi
Shuqing Qi el 6 de Feb. de 2021
What should we change for the third fplot? There isn't t.*exp but error still exist.
Alan Stevens
Alan Stevens el 6 de Feb. de 2021
You need to use
exp(-4*t).*cos(3*t)
and
exp(-4*t).*sin(3*t)
Shuqing Qi
Shuqing Qi el 7 de Feb. de 2021
That works! Thanks a lot!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 6 de Feb. de 2021

Comentada:

el 7 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by