cannot use syms command
이전 댓글 표시
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.
채택된 답변
추가 답변 (5개)
Mi
2014년 12월 14일
0 개 추천
댓글 수: 2
John D'Errico
2014년 12월 14일
Please don't add answers when you have a followup question. CLICK ON THE COMMENT BUTTON.
Mi
2014년 12월 18일
Hamza saeed khan
2020년 11월 24일
0 개 추천
what if sysm word not working in matlab what to do?
댓글 수: 2
Steven Lord
2020년 11월 25일
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
2020년 11월 25일
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
2021년 7월 20일
0 개 추천
I have problems with "syms".
Error in Validacion (line 24)
syms T1
If I don't have the toolbox how do I install one?
Khalil
2023년 2월 23일
0 개 추천
Undefined function 'Matlab' for input arguments of type 'char'.
댓글 수: 1
Walter Roberson
2023년 2월 23일
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
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!