syms wrong message, definition
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
Steven Lord
2019년 4월 12일
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
Walter Roberson
2019년 4월 12일
I have many times wished I could say "No, don't stop in this function for inf !"
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!