how can I write this exponential function and plot it in matlab?
古いコメントを表示
I want to write this function in matlab,but always wrong.
y=[(-14)*e^( -1500*x )]+[26*e^(-20000*x)]
I written as
y=(-14)*exp.^( -1500*x )+26*exp^(-20000*x)
I don't know where was wrong.
and I want to plot this function.
4 件のコメント
Walter Roberson
2021 年 6 月 28 日
remove the ^ and .^ just exp(something)
G G
2021 年 6 月 28 日
KSSV
2021 年 6 月 28 日
Show us your complete attempt.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Numerical Integration and Differentiation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
