Akzeptierte Antwort

Alan Stevens
Alan Stevens am 6 Feb. 2021

0 Stimmen

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 Kommentare

Shuqing Qi
Shuqing Qi am 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 am 7 Feb. 2021
That works! Thanks a lot!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by