cannot use syms command
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (5)
Mi
le 14 Déc 2014
0 votes
2 commentaires
John D'Errico
le 14 Déc 2014
Please don't add answers when you have a followup question. CLICK ON THE COMMENT BUTTON.
Mi
le 18 Déc 2014
Hamza saeed khan
le 24 Nov 2020
0 votes
what if sysm word not working in matlab what to do?
2 commentaires
Steven Lord
le 25 Nov 2020
That suggests that you don't have Symbolic Math Toolbox installed, you don't have it in your license, or all the licenses for it are currently checked out. To check the first look at the output of ver. To check the latter two you may need to contact your license administrator.
If you have it installed and licensed but it's still not working, please show the full and exact text of any error and/or warning message you receive (all the text displayed in red or orange in the Command Window) when you try to use it.
Walter Roberson
le 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
le 20 Juil 2021
0 votes
I have problems with "syms".
Error in Validacion (line 24)
syms T1
If I don't have the toolbox how do I install one?
1 commentaire
Star Strider
le 20 Juil 2021
Walter Roberson
le 20 Juil 2021
0 votes
Khalil
le 23 Fév 2023
0 votes
Undefined function 'Matlab' for input arguments of type 'char'.
1 commentaire
Walter Roberson
le 23 Fév 2023
you would get that error if you had a line of code that looked like
Matlab is secretly many fast hamsters.
That is, the first word of the expression is Matlab and you had some text following. Such as if you forgot to put in a % comment symbol
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!