How can I manually remove files in the required file list in the Matlab Compiler 2015b?
5 ビュー (過去 30 日間)
古いコメントを表示
The compiler app correctly determines all the file dependencies in my standalone application. However, there are some files there that I know will never be called. I can of course remove them in the code but it is a bit complicated. According to the documentation you can simply delete the files in the list: http://se.mathworks.com/help/compiler/specifying-additional-files-to-be-installed-with-the-application.html
This works but then the dependencies seem to be recalculated and the file appear again. Is there some way of manually invoking the dependency calculation?
0 件のコメント
回答 (1 件)
Shruti Sapre
2015 年 11 月 19 日
Hi Anders,
You try using "mcc" to give in the specific files you need as arguments:
Hope this helps!
-Shruti
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!