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 Commenti

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

Accedi per commentare.

Risposte (2)

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

Categorie

Tag

Richiesto:

il 6 Nov 2016

Commentato:

il 7 Nov 2016

Community Treasure Hunt

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

Start Hunting!

Translated by