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
采纳的回答
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!