Borrar filtros
Borrar filtros

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

6 visualizaciones (últimos 30 días)
Robert
Robert el 13 de Jun. de 2013
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?

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by