MATLAB: Continue despite the error

continuationerror messageMATLAB

How to continue main program, though the error in subprogram appears and stops all. What is the quick solution to have an error and continue next iteration or next command in main program?

Best Answer

you can use try...catch
doc try