issues with syms function
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Reem Alblooshi
el 8 de Oct. de 2020
Comentada: GAGANDEEP KAUR
el 27 de Oct. de 2020
Whenever I use the syms (symbolic function) code I keep getting errors, even on simple codes that I am sure they are correct.
For example this simple code
syms a [1 4]
a
The output
Error in syms (line 227)
defined = sym(zeros(1, length(args)));
Error in quiz (line 1)
syms a [1 4]
9 comentarios
GAGANDEEP KAUR
el 27 de Oct. de 2020
I have tried as you adviced but still it is keep on running. If possible may you please have a look at attcahed files
Respuesta aceptada
Ameer Hamza
el 10 de Oct. de 2020
Most likely scenario is that you somehow overwrote the sym.m file. The only way to fix it is to delete the current installation and reinstall MATLAB.
2 comentarios
Más respuestas (1)
madhan ravi
el 8 de Oct. de 2020
You have a custom file named sym.m , remove it from the path or rename it.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!