I have this problem whit syms in version R2019a.

2 Ansichten (letzte 30 Tage)
Alex Giacomini
Alex Giacomini am 30 Nov. 2019
Beantwortet: Walter Roberson am 30 Nov. 2019
>> 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)));

Antworten (1)

Walter Roberson
Walter Roberson am 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!

Translated by