EDU>> syms x Undefined function 'syms' for input arguments of type 'char'.
Did you mean: EDU>> sum x

 채택된 답변

Andreas Goser
Andreas Goser 2015년 2월 10일

2 개 추천

Please execute the "ver" command. You should have something like
Symbolic Math Toolbox Version 6.1 (R2014b)
as part of the output. If not, that is the answer, you do not have the Symbolic Math Toolbox. If you do have, let's see what
which syms -all
returns

댓글 수: 6

Abdulrahman
Abdulrahman 2015년 2월 10일
that's what i got ---------------------------------------------------------------------------------------------------- MATLAB Version: 8.3.0.532 (R2014a) MATLAB License Number: STUDENT Operating System: Microsoft Windows 8.1 Pro Version 6.3 (Build 9600) Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode
Abdulrahman
Abdulrahman 2015년 2월 10일
thank you. i downloaded Symbolic Math Toolbox
Sunny Katyara
Sunny Katyara 2019년 3월 28일
Dear Abdul Rehman can you please share with me the Symbolic Math Tool box with me.
Thank You
Walter Roberson
Walter Roberson 2019년 3월 28일
The Symbolic Mathematics Toolbox is an optional product from Mathworks that you would purchase a license for.
Note: Symbolic Mathematics Toolbox is one of the products that is included in the Student Suite bundle.
I am having Symbolic Math Toolbox with 2017a version. Still unable to use syms.
It gives me an error:
Error using mupadmex
Error in MuPAD command:
Error in sym>cell2ref (line 1308)
S = mupadmex(y);
Error in sym>tomupad (line 1246)
S = cell2ref(numeric2cellstr(x));
Error in sym (line 199)
S.s = tomupad(x);
Error in syms (line 192)
toDefine = sym(zeros(1, 0));
Error in switched_mode (line 1)
syms x y
How do I resolve this?
Walter Roberson
Walter Roberson 2019년 10월 12일
You will probably need to reinstall Symbolic Math Toolbox

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

질문:

2015년 2월 10일

댓글:

2019년 10월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by