Error using "split" when compiling standalone application when not explicitly calling it
显示 更早的评论
I am running into the following error for my compiled application in MATLAB R2020b version on both Windows and Linux:
Compiler version: 8.1 (R2020b)
Analyzing file dependencies.
Error using split
Too many input arguments.
Unable to determine function name or input/output argument count for function
in MATLAB file "testFun".
Please use MLINT to determine whether this file contains errors.
In my implementation, I am using a function "testFun" where I am not explicitly using the "split" function. I tried example the "magicsquare" example and that failed too with a similar error. I am able to compile the exact same application in R2018a without any problems. Why does this work in R2018a and how can I fix this?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Compiler 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!