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.
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!