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)
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!