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!