error in syms line 56 WHY THIS ERROR ?
이전 댓글 표시
I just purchased and installed the Symbolic Toolbox but it does not seem to work. Why do I get this error? This is from an example from the Mathworks website.
syms s(t) f(x,y)
Error using assignin Invalid variable name "s(t)" in ASSIGNIN.
Error in syms (line 56) assignin('caller',varargin{i},sym(varargin{i}));
댓글 수: 2
Steven Lord
2017년 9월 3일
Which release are you using? Does the documentation included in your installation list that as a valid syntax?
Walter Roberson
2017년 9월 4일
"just purchased" -- it isn't possible to purchase R2011b or earlier anymore!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!