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

2 次查看(过去 30 天)
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.

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2023-4-24
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:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler SDK 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by