Effacer les filtres
Effacer les filtres

Why does running my mex function cause matlab to shutdown?

2 vues (au cours des 30 derniers jours)
ryan
ryan le 20 Juin 2013
For some reason the mexw64 function I have compiled causes matlab to shut down on me. I compiled the mex function in visual c++ 2010, and none of the source code has any sign of the function 'exit()', which i found was a common cause here:
Ideas anyone?

Réponses (2)

Shashank Prasanna
Shashank Prasanna le 21 Juin 2013
Are you sure it isn't crashing but exiting gracefully?
Here is where you can check if there is a crash dump:

Youssef  Khmou
Youssef Khmou le 21 Juin 2013
hi, One probable reason is that the name of your function already exists in Mat built-in functions directory, check the name of your function :
which your function name
example :
which fft

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by