continuing a program after red error messages

is there any way to not allow red errore messages to stop my program?
i would run it for a certain amount of times giving it random inputs, but it stops when the inputs are not "right".

 Respuesta aceptada

Sean de Wolski
Sean de Wolski el 25 de En. de 2012
Use a try/catch block.
doc try

Más respuestas (1)

Walter Roberson
Walter Roberson el 25 de En. de 2012

0 votos

Perhaps using "cell mode" would work for you; see http://www.mathworks.com/help/techdoc/matlab_env/brqxeeu-259.html
It is intended more for "rapid code development" and might not fit your needs.
Also remember "dbstop if error"

Categorías

Más información sobre Scope Variables and Generate Names en Centro de ayuda 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