Undefined command/function 'solve'
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I have a problem when try to use the command '*solve*'.
I have the following line:
double(solve('1=2*sin(m)'))
Produces this error message:
??? Undefined command/function 'solve'.
Can help me?
Sorry for my English. Thank you.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 18 Nov. 2012
Solve is part of the Symbolic Mathematics Toolbox, which needs to be installed and licensed. The Symbolic Mathematics Toolbox is included with the Student Version (but is not necessarily installed by default), but is extra cost for the Academic and Commercial versions.
5 Kommentare
Walter Roberson
am 18 Nov. 2012
Try
which -all syms
and see if it says it is there, and see if it also reports "no license".
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!