Why doesn't "solve" work on my MLab(student)

1 Ansicht (letzte 30 Tage)
Jeremy Baker
Jeremy Baker am 1 Apr. 2013
e.g.
EDU>> [x,y] = solve('x+2*y=4','2*x - y=3') Undefined function 'solve' for input arguments of type 'char'.

Akzeptierte Antwort

Jonathan Epperl
Jonathan Epperl am 1 Apr. 2013
Because your version of Matlab does not include the Symbolic Math Toolbox.
ver
and you'll be shown all installed toolboxes.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 1 Apr. 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.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by