Generating dependent toolbox only used in matlab program

I want to generate the toolbox that are used in my matlab program. I tried generating dependency report but I cannot figure which toolbox it is. I want to generate something like image processing toolbox,image acquisition toolbox and I want to unselect the toolbox that are not used in my program while deploying it to a .net assembly. Will this help to make my execution of the program faster?

 採用された回答

Friedrich
Friedrich 2013 年 4 月 19 日
編集済み: Friedrich 2013 年 4 月 19 日

0 投票

Hi,
you can close your MATLAB, open it again (needed in order to return all licenses), run your code once and then use
license inuse
To get a list of used toolboxes.
Unselecting the listed toolboxed won't make the generated .NET assembly faster but the compilation process should be a bit faster.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeC Shared Library Integration についてさらに検索

質問済み:

ab
2013 年 4 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by