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!