I can not solve a simple equation solve(sin(x)==1,x)

syms x
solve(sin(x)==1,x)
ans =
Empty sym: 0-by-1
why?

2 Comments

Which MATLAB release are you using? For me in R2016b it responds with pi/2
Thanks. It runs Ok now, after I restart it.

Sign in to comment.

Answers (2)

Make sure you haven't created your own sin.m file.
which -all sin
I am on 2016b i also received pi/2

Categories

Tags

Asked:

on 6 Nov 2016

Commented:

on 7 Nov 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!