Error using "split" when compiling standalone application when not explicitly calling it
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!