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!