When use function syms to create symbolic variables, MATLAB shows 'NaN/Inf breakpoint hit for mat2str.p on line 164.'

2 views (last 30 days)
>> syms A B C D X
NaN/Inf breakpoint hit for mat2str.p on line 164.
167 elseif (matrix(i,j) == -Inf)

Accepted Answer

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

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!