I have this problem whit syms in version R2019a.

2 views (last 30 days)
>> syms x
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)));

Answers (1)

Walter Roberson
Walter Roberson on 30 Nov 2019
That is a known problem in MacOS Catalina
Note that r2019a is not supported on Catalina

Tags

Community Treasure Hunt

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

Start Hunting!