Error in using syms

3 visualizaciones (últimos 30 días)
Emin Kursat Dogray
Emin Kursat Dogray el 23 de Dic. de 2020
Comentada: Walter Roberson el 23 de Dic. de 2020
Hello.
I have a problem with syms. My MATLAB R2020b doesn't respond my syms commands. Please help me.
For example;
syms x
e = x^2 -9
solve(e)
Results:
Error using sym
Too many input arguments.
Error in syms (line 227)
defined = sym(zeros(1, length(args)));
Error in Untitled31 (line 1)
syms x
  6 comentarios
Emin Kursat Dogray
Emin Kursat Dogray el 23 de Dic. de 2020
I think I accidentally overwritten the file I was working on. How can I fix?
Walter Roberson
Walter Roberson el 23 de Dic. de 2020
If you overwrote sym.m then unless you have a backup, you will need to reinstall the Symbolic toolbox

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by