Solve Command for Unknown Parameters
古いコメントを表示
Dears,
How can I solve the following equation with MATLAB to get the value of the unknown parameter (beta):
7*exp(-0.008*beta)+0.008*sin(7*beta)-7*cos(7*beta)=0
I tried to use "SOLVE" command, but it give me every time: beta = 0
I don't know what's the incorrect in it.
採用された回答
その他の回答 (1 件)
Walter Roberson
2018 年 8 月 23 日
0 投票
If you vpasolve you can pass in a range to search over.
カテゴリ
ヘルプ センター および File Exchange で Numerical Integration and Differential Equations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!