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

27 次查看(过去 30 天)
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?

回答(1 个)

Chetan
Chetan 2023-9-14
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 个评论
Biyan Li
Biyan Li 2024-9-23,15:01
@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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 C Shared Library Integration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by