Undefined function 'sym' for input arguments of type 'double'.
Mostrar comentarios más antiguos
Hi everyone;
When I run this script:
% This is a comment.
>> 4+5-3
ans =
6
>> 2*3/6
ans =
1
>> sym(1/2)+sym(3/4)
I face this error:
Undefined function 'sym' for input arguments of type 'double'.
Could anyone help me please?
Respuestas (2)
Muruganandham Subramanian
el 27 de Nov. de 2012
0 votos
Read this mentioned link:
Walter Roberson
el 27 de Nov. de 2012
0 votos
You might not have the Symbolic Toolbox installed or licensed. The Symbolic Toolbox is an extra-cost feature for Academic and Commercial licenses. The Symbolic Toolbox is included with the Student Version but is not necessarily installed by default.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!