Borrar filtros
Borrar filtros

Exit infinite loop in script via expression

1 visualización (últimos 30 días)
Jon
Jon el 23 de Abr. de 2014
Comentada: Jan el 23 de Abr. de 2014
Hi, is there a way to basically detect an infinite loop and stop it within a script programmatically? Let's say you had a vector, an a while loop which with a function puts a random number in the vector if there's space i.e. m(x, y) == 0. With the condition of the while loop being:
while (m(rrn, rcn) ~= 0)
where 'm' is the vector, 'rrn' is the 'random row number' etc.
  1 comentario
Jan
Jan el 23 de Abr. de 2014
The example is not clear to me. Why is this an infinite loop? As long as this is not clear, detecting such cases programmatically is impossible.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by