I can not solve a simple equation solve(sin(x)==1,x)
8 views (last 30 days)
Show older comments
syms x
solve(sin(x)==1,x)
ans =
Empty sym: 0-by-1
why?
2 Comments
Walter Roberson
on 6 Nov 2016
Which MATLAB release are you using? For me in R2016b it responds with pi/2
Answers (2)
See Also
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!