Symbolic Math Toolbox error
이전 댓글 표시
When I type:
syms k c
at the command line, I get the following error:
Error using mupadmex
Error in MuPAD command: .
Error in sym>tomupad (line 1250)
S = mupadmex(numeric2cellstr(x));
Error in sym (line 217)
S.s = tomupad(x);
Error in syms (line 232)
defined = sym(zeros(1, length(args)));
Perhaps it is an installation issue, but it used to work fine. Any ideas?
댓글 수: 3
Adrian Dittmaier
2019년 11월 25일
I have the same Error, seems like a Apple/MAC Issue.
Walter Roberson
2019년 11월 25일
There is an error that looks like this that shows up only on Catalina.
Note: R2019a is not supported for Catalina.
Max
2019년 11월 27일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Code Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!