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)

采纳的回答

Walter Roberson
Walter Roberson 2018-8-3
Either use
dbcont
as often as required, or else use
dbclear if naninf
dbcont

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Variables, Expressions, Functions, and Preferences 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by