Is there a way to make try-catch statements in mex files?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I know that there is no built-in way to do try-catch statements in C, but has Matlab facilitated any type of try-catch functionality for mex files? I tried to use Longjmp and Setjmp in the way described in http://www.di.unipi.it/~nids/docs/longjump_try_trow_catch.html, but I was not successful. Has anyone else figured out a way?
0 Kommentare
Antworten (1)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!