Contact MATLAB Compiler Runtime License

4 views (last 30 days)
kyoori kim
kyoori kim on 18 Jun 2023
Answered: Image Analyst on 19 Jun 2023
My pc has MATLAB 9 version installed.
Compilar Runtime is installed when checking the PC I would like to know what kind of function it is and whether the company can use it for free.
Thank you.

Answers (2)

Jongil Lee
Jongil Lee on 19 Jun 2023
Moved: Image Analyst on 19 Jun 2023
안녕하세요, MathWorks Korea 이종일입니다.
현재사용하시는 MATLAB에서 사용하실 수 있는 Toolbox는 >>ver 함수를 통해 확인할 수 있습니다.
MATLAB Runtime의 경우, 개발하신 MATLAB 버전에 따라 다른 버전을 지원하고 있습니다. 아래 링크를 참고하시기 바랍니다.
관련하여 추가적인 문의사항에 대해서 자세히 설명해 주시면 지원이 가능합니다.
감사합니다.

Image Analyst
Image Analyst on 19 Jun 2023
The compiler runtime is a library that compiled programs can use for free. If someone has the compiler toolbox, then they can compile their program into a standalone program that other people can run provided that they have installed the runtime library that matches the version of MATLAB that the developer compiled the program with. For example if I compile a program with R2023a, v9.14 into an executable program, then you can run that program if you have the development (normal) MATLAB R2023a, or (if you don't) if you install the r2023a runtime library. The end user can install the runtime library and run the program I compiled for free.

Categories

Find more on COM Component Integration in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!