Solving non linear equation
이전 댓글 표시

I want to calculate the value of x1 from that equation..So this is one equation and one unknown in it..As it contains theeta so therefore it is a non linear equation..So i have used fsolve for that and it has also calculated the result but the thing is result is not correct....the value of x1 should be 0.16 or closer than that..But i have got 0.0315 so i dont know which mistake i am making...Can anyone help please?
댓글 수: 3
John D'Errico
2020년 10월 2일
Please don't post a picture of code. A picture is useless, because we cannot copy and paste a picture of code into MATLAB. That forces someone who might otherwise be willing and able to help you, to retype your code without error.
WHY WOULD YOU WANT TO MAKE IT MORE DIFFICULT FOR SOMEONE TO HELP YOU?
Shahzaib Gul
2020년 10월 2일
Shahzaib Gul
2020년 10월 2일
답변 (1개)
Alan Stevens
2020년 10월 2일
0 개 추천
Use cosd instead of cos. cosd assumes the argument is in degrees, cos assumes the argument is in radians.
카테고리
도움말 센터 및 File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!