Why doesn't "solve" work on my MLab(student)
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
e.g.
EDU>> [x,y] = solve('x+2*y=4','2*x - y=3') Undefined function 'solve' for input arguments of type 'char'.
0 commentaires
Réponse acceptée
Jonathan Epperl
le 1 Avr 2013
Because your version of Matlab does not include the Symbolic Math Toolbox.
ver
and you'll be shown all installed toolboxes.
0 commentaires
Plus de réponses (1)
Walter Roberson
le 1 Avr 2013
Symbolic Toolbox is included in the Student Version of MATLAB, but it is not installed by default. Go back to your installation media and install it from there.
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!