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!