Open qigongFDA opened 4 years ago
The error comes from "addpath" function. When we run source code in matlab, we need to use "addpath" function to call the .m file in other folders. The 2019a compiler does this step automatically, and does not allow the compiled code have the "addpath" function.
Current solution is temporarily delete the "addpath" function when we compile the code. The function exiting in following areas:
Thanks for clarifying this. It would be better to find a programatic solution. Did you see these pages?
Using Matlab 2019a to compile original source code generates following errors