When use function syms to create symbolic variables, MATLAB shows 'NaN/Inf breakpoint hit for mat2str.p on line 164.'
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Yang Shen
il 3 Ago 2018
Risposto: Walter Roberson
il 3 Ago 2018
>> syms A B C D X
NaN/Inf breakpoint hit for mat2str.p on line 164.
167 elseif (matrix(i,j) == -Inf)
0 Commenti
Risposta accettata
Walter Roberson
il 3 Ago 2018
Either use
dbcont
as often as required, or else use
dbclear if naninf
dbcont
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Numbers and Precision in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!