Why is the NEWFF function not included in my executable with MATLAB Compiler 4.0 (R14)?

1 view (last 30 days)
When I compile my function and then run it as a standalone, I receive the following error:
ERROR: Undefined command/function 'newff'.
Error in ==> wklyGWANN at 100
Error in ==> STKmodel at 28
MATLAB:UndefinedFunction
However, I know that NEWFF should be found by my application. I have even tried to explicitly include it it my call to MCC.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 24 Apr 2023
Edited: MathWorks Support Team on 24 Apr 2023
This error occurs because you have attempted to use a function that is not allowed in a compiled application. For more information on what is compilable, see the following URL:

More Answers (0)

Categories

Find more on MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!