try
📝 Syntax
📄 Description
💡 Examples
try
error('an error')
catch
disp('error catched')
end🔗 See also
🕔 History
Version
📄 Description
Last updated
try
error('an error')
catch
disp('error catched')
endLast updated
try
error('an error')
catch ME
ME
end