Why do I get runtime errors about FEVAL when running my compiled program?
Show older comments
When I compile myMain.m as standalone executable file, there is no warning or error message, but there is an error when I execute myMain.exe in the DOS mode window. The error message is
"ERROR: Reference to unknow function objFun from FEVAL in standalone mode".
I don't call FEVAL directly, but I do use function functions.
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!