RosettaCodeData/Task/Flow-control-structures/MATLAB/flow-control-structures.m
2023-07-01 13:44:08 -04:00

5 lines
70 B
Matlab

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