Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Error catching in Embedded Matlab

1 view (last 30 days)
Rob L
Rob L on 26 Jun 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
I want to replicate the error catching capability of 'try / catch' but as I need to compile the code try/catch is not available. Are there any alternative methods available ?
  1 Comment
Krishna Bindumadhavan
Krishna Bindumadhavan on 9 Jul 2018
Hi, When you say alternative methods, are you referring to other built in MATLAB constructs? If so, I'm not aware of a way to do this out of the box. I think you may have to implement your own error handling system.
-Krishna.

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!