Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
>> syms A B C D X
NaN/Inf breakpoint hit for mat2str.p on line 164.
167 elseif (matrix(i,j) == -Inf)

Respuesta aceptada

Walter Roberson
Walter Roberson el 3 de Ag. de 2018
Either use
dbcont
as often as required, or else use
dbclear if naninf
dbcont

Más respuestas (0)

Categorías

Más información sobre Symbolic Variables, Expressions, Functions, and Preferences en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by