Contact MATLAB Compiler Runtime License
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (2)
Jongil Lee
el 19 de Jun. de 2023
Movida: Image Analyst
el 19 de Jun. de 2023
안녕하세요, MathWorks Korea 이종일입니다.
현재사용하시는 MATLAB에서 사용하실 수 있는 Toolbox는 >>ver 함수를 통해 확인할 수 있습니다.
MATLAB Runtime의 경우, 개발하신 MATLAB 버전에 따라 다른 버전을 지원하고 있습니다. 아래 링크를 참고하시기 바랍니다.
관련하여 추가적인 문의사항에 대해서 자세히 설명해 주시면 지원이 가능합니다.
감사합니다.
0 comentarios
Image Analyst
el 19 de Jun. de 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.
0 comentarios
Ver también
Categorías
Más información sobre COM Component Integration en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!