fplot() for three functions

 Risposta accettata

Alan Stevens
Alan Stevens il 6 Feb 2021
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 Commenti

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

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by