MATLAB Function Reference
  Go to function:
    Search    Help Desk 
errortrap

Continue execution after errors during testing

Syntax

Description

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.



[ Previous | Help Desk | Next ]