Is the MATLAB Compiler included in a MATLAB Production Server License?

6 visualizaciones (últimos 30 días)
Marc Vazquez
Marc Vazquez el 5 de En. de 2022
Comentada: Biyan el 23 de Sept. de 2024
I am trying to add a script to a MATLAB Production Server but I only have access to a license for MATLAB itself and the MATLAB Production Server. Do I need to get an additional license for the MATLAB Compiler in order to deploy the script or is it already included in one of those licenses?

Respuestas (1)

Chetan
Chetan el 14 de Sept. de 2023
If you have a license for MATLAB Production Server, you do not need an additional license for MATLAB Compiler to deploy your script. The functionality of the MATLAB Compiler is already included in your MATLAB Production Server license.
MATLAB Production Server encompasses the capabilities of MATLAB Compiler, enabling you to compile your MATLAB code into standalone executables or deploy it as web services.
This means you can directly deploy your MATLAB scripts using the MATLAB Production Server without the need for a separate MATLAB Compiler license.
For more information about pricing and licensing details, please refer to the following link:
I hope these suggestions help you resolve the issue you are facing.
  1 comentario
Biyan
Biyan el 23 de Sept. de 2024
@Chetan Do you mean I can deploy the .m file directly without compiling it to .ctf file before depolying to the production server? How does Production Server know how if I need to compile this .m file into an exe or an ctf or the different options in compiling to this .exe or .ctf? If the compiler is included in the production server, is it ok if I use mcc command in the scripts that are going to be depolyed in the production server? Thanks.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing 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