Matlab compiler SDK / toolbox licensing

4 visualizaciones (últimos 30 días)
Oren Etzion
Oren Etzion el 18 de Jun. de 2015
Comentada: Walter Roberson el 18 de Jun. de 2015
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?

Respuestas (1)

Vinicius Antunes
Vinicius Antunes el 18 de Jun. de 2015
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 comentario
Walter Roberson
Walter Roberson el 18 de Jun. de 2015
Right. All products used in the code need to be licensed for the session that is running the Compiler SDK product.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler SDK en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by