Why function sym and syms dont work in R2012b?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
syms x y
Undefined function 'syms' for input arguments of type 'char'.
help syms
syms not found.
0 Commenti
Risposta accettata
Mischa Kim
il 23 Feb 2015
Modificato: Mischa Kim
il 23 Feb 2015
Nikola, you probably don't have the Symbolic Math Toolbox installed/licensed. To check use
ver
to list all installed toolboxes. In addition, try
license('test','symbolic_toolbox')
to see if a license exists for the toolbox. The command returns a 1 if it exists, a 0 if it does not.
0 Commenti
Più risposte (2)
Vedere anche
Categorie
Scopri di più su Assumptions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!