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
▶ Run

See Also

Try SimLab — Free MATLAB® Alternative

466 functions. Runs in your browser. No install.

Open SimLab

Stay Updated

Get notified about new simulations and tools. We send 1-2 emails per month.