syms wrong message, definition
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Lingling Fan
am 12 Apr. 2019
Kommentiert: Walter Roberson
am 12 Apr. 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 Kommentare
Akzeptierte Antwort
Steven Lord
am 12 Apr. 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 Kommentar
Walter Roberson
am 12 Apr. 2019
I have many times wished I could say "No, don't stop in this function for inf !"
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!