RosettaCodeData/Task/Flow-control-structures/MATLAB/flow-control-structures.m

6 lines
70 B
Matlab

try
% do some stuff
catch
% in case of error, continue here
end