my matlab does not recognize the function sym. how can I solve this problem?

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?

 Respuesta aceptada

Babak
Babak el 29 de Nov. de 2012
Editada: Babak el 29 de Nov. de 2012
you need to purchase the Symbolic Math Toolbox.
You probably don't have it.
check
syms x;

2 comentarios

run this in the command window:
>> ver
you'll see the toolboxes you are licensed to use.
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 29 de Nov. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by