Is there a way to make try-catch statements in mex files?

1 次查看(过去 30 天)
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?

回答(1 个)

Jan
Jan 2013-6-13
What about using try-catch by writing the code in C++?
  4 个评论
Robert
Robert 2013-6-19
Thanks. There seems to be a problem with your link though.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by