Symbolic Math Toolbox error
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
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.
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!