MATLAB Function Reference | Search  Help Desk |
errortrap |
Continue execution after errors during testing
errortrap on errortrap off
errortrap on
continues execution after errors when they occur. Execution continues with the next statement in a top level script.
errortrap off
(the default) stops execution when an error occurs.