Why two same Apps compiled from the same Project File in MATLAB Compiler can not be run?
1 次查看(过去 30 天)
显示 更早的评论
I have an app A compiled by someone else and I need to make a copy of app A and produce an app B. Also, I have all the necessary matlab files, external files necessary for compilation of that app A. And lastly, I have the project file from Matlab compiler that was actually used to compile app A. I don't have any issues in running app A, it can be executed on my machine without any problems.
Now, I want to compile app B using the same Project file from Matlab compiler that was used to compile app A. Basically I want to make a copy of app A. So, in the MAtlab compiler I am using the same files necessary for app B to run as I have used for app A.
However, after compiling app B and trying to execute it on my machine, I get an error No matching files were found.
Can anyone give a tip on where the issue might be?
Thank you
0 个评论
回答(1 个)
Kojiro Saito
2020-2-12
Open .prj file of app B and please check the full path of "Files required for your application to run" panel is actually existing. You can check the path by mouse hovering on the files.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!