fplot() for three functions
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I wonder why my fplot()s output errors instead of the graph below?


0 commentaires
Réponse acceptée
Alan Stevens
le 6 Fév 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)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Surface and Mesh Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!