Is the MATLAB compiler free to install in other computers?

조회 수: 5 (최근 30일)
Michael
Michael 2015년 4월 29일
답변: adi kul 2015년 4월 30일
I want to run a compiled stand-alone application on computers which do not have MATLAB installed. Can I install my MATLAB compiler on those computers without any license limit?
  댓글 수: 1
James Tursa
James Tursa 2015년 4월 29일
A compiled stand-alone application should not need the compiler installed on the machine to run.

댓글을 달려면 로그인하십시오.

답변 (2개)

Andreas Goser
Andreas Goser 2015년 4월 30일
There is sometimes a misconception between the MATLAB Compiler product and the MCR.
You can see the MATLAB Compiler as a toolbox for MATLAB that allows you to e.g. create stand-alone applications.
You can then take those EXEs plus the MATLAB runtime (MCR) to install and run that EXE on other - MATLAB-less - machines. There are no extra costs involved.

adi kul
adi kul 2015년 4월 30일
It's called MCR. If you are creating GUI, then in deploytool, on top bar you will find a check box to "include" MCR. So if you include the MCR which is around 450 MB in size, will make your .exe GUI work on any computer where the user should 1st install MCR within that package.

카테고리

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