my matlab does not recognize the function sym. how can I solve this problem?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
my matlab does not recognize the function sym:
sym x; f=3*x
??? Undefined function or method 'sym' for input arguments of type 'char'.
Error in ==> Untitled at 1 sym x;
how can I solve this problem?
0 Commenti
Risposta accettata
Babak
il 29 Nov 2012
Modificato: Babak
il 29 Nov 2012
you need to purchase the Symbolic Math Toolbox.
You probably don't have it.
check
syms x;
2 Commenti
Babak
il 29 Nov 2012
run this in the command window:
>> ver
you'll see the toolboxes you are licensed to use.
Walter Roberson
il 29 Nov 2012
The Symbolic Math Toolbox is extra cost in every MATLAB -except- the Student Version, but in the Student Version it is not necessarily installed by default.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox 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!