I can not solve a simple equation solve(sin(x)==1,x)
Mostra commenti meno recenti
syms x
solve(sin(x)==1,x)
ans =
Empty sym: 0-by-1
why?
2 Commenti
Walter Roberson
il 6 Nov 2016
Which MATLAB release are you using? For me in R2016b it responds with pi/2
Lingzi Wang
il 7 Nov 2016
Risposte (2)
Steven Lord
il 6 Nov 2016
Make sure you haven't created your own sin.m file.
which -all sin
1 Commento
Lingzi Wang
il 7 Nov 2016
Categorie
Scopri di più su Symbolic Math Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!