try
Programming
Error handling. Executes the try block. If an error occurs, execution jumps to the catch block where the error message is available in the catch variable.
Syntax
try ... catch e ... end
Examples
try
x = 1/0;
catch e
disp('Error caught')
end▶ RunSee Also
Try SimLab — Free MATLAB® Alternative
466 functions. Runs in your browser. No install.
Open SimLab