i cannot use syms x command

10 visualizaciones (últimos 30 días)
Abdulrahman
Abdulrahman el 10 de Feb. de 2015
Comentada: Walter Roberson el 12 de Oct. de 2019
EDU>> syms x Undefined function 'syms' for input arguments of type 'char'.
Did you mean: EDU>> sum x

Respuesta aceptada

Andreas Goser
Andreas Goser el 10 de Feb. de 2015
Please execute the "ver" command. You should have something like
Symbolic Math Toolbox Version 6.1 (R2014b)
as part of the output. If not, that is the answer, you do not have the Symbolic Math Toolbox. If you do have, let's see what
which syms -all
returns
  6 comentarios
Viswa Narayanan S
Viswa Narayanan S el 12 de Oct. de 2019
I am having Symbolic Math Toolbox with 2017a version. Still unable to use syms.
It gives me an error:
Error using mupadmex
Error in MuPAD command:
Error in sym>cell2ref (line 1308)
S = mupadmex(y);
Error in sym>tomupad (line 1246)
S = cell2ref(numeric2cellstr(x));
Error in sym (line 199)
S.s = tomupad(x);
Error in syms (line 192)
toDefine = sym(zeros(1, 0));
Error in switched_mode (line 1)
syms x y
How do I resolve this?
Walter Roberson
Walter Roberson el 12 de Oct. de 2019
You will probably need to reinstall Symbolic Math Toolbox

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by