Syms Not Working Error using mupadmex

Typing syms x y z into the command prompt results in this error:
Error using mupadmex
Error in MuPAD command: Slot
'symobj::matrix' is unknown. [slot]
Error in sym>cell2ref (line 1281)
S = mupadmex(y);
Error in sym>tomupad (line 1219)
S = cell2ref(numeric2cellstr(x));
Error in sym (line 179)
S.s = tomupad(x);
Error in syms (line 144)
toDefine = sym(zeros(1, 0));

Answers (0)

Asked:

on 15 Feb 2017

Edited:

on 15 Feb 2017

Community Treasure Hunt

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

Start Hunting!