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

6 vues (au cours des 30 derniers jours)
Marc Vazquez
Marc Vazquez le 5 Jan 2022
Commenté : Biyan le 23 Sep 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?

Réponses (1)

Chetan
Chetan le 14 Sep 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 commentaire
Biyan
Biyan le 23 Sep 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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by