mex "out of memory" problem
Afficher commentaires plus anciens
I'm hoping someone can help me with a problem I'm having with some mex code.
I am using a matlab toolbox and it has some mex function. When I call these c++ function, it crashes and matlab reports that it is "Out of Memory". I really need to fix this problem
2 commentaires
Walter Roberson
le 17 Sep 2013
Does it crash immediately? Does it crash after it has run a bit on the first call? Does it crash on one of the following calls? Is it possible that you have a memory leak in your C++ code ?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!