Solve an eqution in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
Niels
2017 年 1 月 9 日
編集済み: Niels
2017 年 1 月 9 日
D(t)=R_t
<=> D(t)-R_t=0
tSolution=fzero(D(t)-R_t,0)
but care, the output can be contain more than 1 solution, if D and R have more than 1 intersection point
2 件のコメント
Niels
2017 年 1 月 16 日
this means that the function has no roots... maybe plot the function first or check if it has a sign change. Did you enter the right function?
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!