Matlab compiler SDK / toolbox licensing

I am interested in using the matlab compiler sdk and I am wondering if the project I am attempting to compile utilizes the computer vision toolbox, does a separate license need to be purchased for that toolbox in order for it to compile?

답변 (1개)

Vinicius Antunes
Vinicius Antunes 2015년 6월 18일

0 개 추천

You can use this command to know if your code use the Computer Vision Toolbox:
1) Run the code; 2) In Command Window:
>> license('inuse')
matlab
video_and_image_blockset
If the code use Computer Vision Toolbox will appear: "video_and_image_blockset"
To compile this code, you will need the products called by functions. On this case, if the code runs using Computer Vision Toolbox, you will need of this product to compile.
I hope this help.

댓글 수: 1

Walter Roberson
Walter Roberson 2015년 6월 18일
Right. All products used in the code need to be licensed for the session that is running the Compiler SDK product.

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

카테고리

도움말 센터File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기

질문:

2015년 6월 18일

댓글:

2015년 6월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by