fplot() for three functions
1 回表示 (過去 30 日間)
古いコメントを表示
I wonder why my fplot()s output errors instead of the graph below?


0 件のコメント
採用された回答
Alan Stevens
2021 年 2 月 6 日
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)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!