필터 지우기
필터 지우기

Generating dependent toolbox only used in matlab program

조회 수: 2 (최근 30일)
ab
ab 2013년 4월 19일
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일
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개)

카테고리

Help CenterFile Exchange에서 Application Deployment에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by