Why does an EXE generated from MATLAB Coder throw a Stack Overflow exception during execution?
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!