syms wrong message, definition

1 visualización (últimos 30 días)
Lingling Fan
Lingling Fan el 12 de Abr. de 2019
Comentada: Walter Roberson el 12 de Abr. de 2019
As is shown in this graph,
whenever I use some "syms" command, it goes wrong.
How could I solve it? Thank you in advance
  3 comentarios
Lingling Fan
Lingling Fan el 12 de Abr. de 2019
Screen Shot 2019-04-11 at 6.12.11 PM.png
It shows the system matlab file location for syms function
Lingling Fan
Lingling Fan el 12 de Abr. de 2019
I have used syms function frequently before, without any problem showing up.
But recently, it turns out to be erroneous. What should I look at about the function

Iniciar sesión para comentar.

Respuesta aceptada

Steven Lord
Steven Lord el 12 de Abr. de 2019
syms creates an Inf value as part of its operation, and you've enabled an error breakpoint that causes MATLAB to enter debug mode when it encounters Inf or NaN. Clear that error breakpoint so MATLAB doesn't try to stop inside the syms function (technically the symvar function, which syms calls.)
  1 comentario
Walter Roberson
Walter Roberson el 12 de Abr. de 2019
I have many times wished I could say "No, don't stop in this function for inf !"

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