I can not solve a simple equation solve(sin(x)==1,x)
1 回表示 (過去 30 日間)
古いコメントを表示
syms x
solve(sin(x)==1,x)
ans =
Empty sym: 0-by-1
why?
2 件のコメント
Walter Roberson
2016 年 11 月 6 日
Which MATLAB release are you using? For me in R2016b it responds with pi/2
回答 (2 件)
参考
カテゴリ
Help Center および 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!