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

6 views (last 30 days)
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?

Answers (1)

Chetan
Chetan on 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 Comment
Biyan
Biyan on 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.

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!