fplot() for three functions
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I wonder why my fplot()s output errors instead of the graph below?


0 Commenti
Risposta accettata
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)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!