How can I manually remove files in the required file list in the Matlab Compiler 2015b?

조회 수: 6 (최근 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?

답변 (1개)

Shruti Sapre
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
  댓글 수: 1
Anders Friberg
Anders Friberg 2015년 11월 20일
Thank you for your answer. Yes I realize I have to learn the more complicated (but with more control) way of deploying the software. /Anders

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by