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

조회 수: 6 (최근 30일)
Marc Vazquez
Marc Vazquez 2022년 1월 5일
댓글: Biyan 2024년 9월 23일
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
Biyan 2024년 9월 23일
@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에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by