Why does an EXE generated from MATLAB Coder throw a Stack Overflow exception during execution?
Afficher commentaires plus anciens
I'm looking to generate a standalone EXE from their MATLAB code. The code generation process within MATLAB is successful, but when I run the EXE,, I find that it does not run to completion. Instead, I receive the following message:
Unhandled exception at 0x00007FF69CC9C298 in run_iterations_test.exe: 0x00000FD: Stack overflow (parameters: 0x0000000000000001, 0x00000A338C63000).
However, when I generate a DLL and call that within MATLAB using "loadlibrary", I do not see any error. What is going wrong?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!