Unable to solve symbolically.
이전 댓글 표시
I want to solve x, and it shows the warning messege "Unable to solve symbolically". It tells me to use vpasolve, but I don't want the "0" answer. Below is my code.
>syms x real;
>sol = solve(sin(x)==0.703*x,x);
What should I do to solve x?
Thanks
채택된 답변
추가 답변 (1개)
Walter Roberson
2018년 10월 29일
1 개 추천
Use vpasolve with a third parameter that gives a starting point or search range.
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!