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

1 回表示 (過去 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 Center および File ExchangeNumbers and Precision についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by