cannot use syms command
633 views (last 30 days)
Show older comments
Hello,
I was running a command
syms x y
And Matlab returns an error: Undefined function 'sym' for input arguments of type 'char'
It didn't happen before. And I'm using a student version. Any suggestion? Thanks alot.
0 Comments
Accepted Answer
Star Strider
on 14 Dec 2014
‘It didn’t happen before’ on the same computer or a different computer?
To see what Toolboxes you have installed, in the Command Window, type:
ver
If you have the Symbolic Math Toolbox installed, it should be listed.
If it is, and you’re still getting the error, type these commands in the Command Window:
restoredefaultpath
rehash toolboxcache
If that doesn’t work, contact MathWorks Technical Support.
6 Comments
More Answers (4)
Hamza saeed khan
on 24 Nov 2020
what if sysm word not working in matlab what to do?
2 Comments
Walter Roberson
on 25 Nov 2020
From time to time it means that you have a corrupted Symbolic Toolbox and need to reinstall.
Also if some symbolic functions work but not others then sometimes the problem has to do with having the Maplesoft "MATLAB Connector" installed to communicate with the Maple software package.
Giovanny Steven Sandoval Montoya
on 20 Jul 2021
I have problems with "syms".
Error in Validacion (line 24)
syms T1
If I don't have the toolbox how do I install one?
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!