When use function syms to create symbolic variables, MATLAB shows 'NaN/Inf breakpoint hit for mat2str.p on line 164.'
2 次查看(过去 30 天)
显示 更早的评论
>> syms A B C D X
NaN/Inf breakpoint hit for mat2str.p on line 164.
167 elseif (matrix(i,j) == -Inf)
0 个评论
采纳的回答
Walter Roberson
2018-8-3
Either use
dbcont
as often as required, or else use
dbclear if naninf
dbcont
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Numbers and Precision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!