moving application between computers

조회 수: 2 (최근 30일)
michael
michael 2014년 5월 30일
답변: Dhanyatha 2014년 6월 30일
Hello,
I'd like to generate some application in matlab (for data analysis), and then to move it to other computer which don't contain any matlab. Is there such option and if so, I'd like to have some guidance on how to do that

답변 (2개)

Andreas Goser
Andreas Goser 2014년 5월 30일
There is the MATLAB Compiler product for that. You can create stand-alone applications and then provide them to others who do not have MATLAB.
  댓글 수: 2
michael
michael 2014년 5월 30일
Can you please share procedure how to do it correctly (including all dependencies).
Andreas Goser
Andreas Goser 2014년 5월 30일
I am not sure how generic or specific I should be here. There is documentation about that. I could help you to find it.

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


Dhanyatha
Dhanyatha 2014년 6월 30일
Applications compiled using MATLAB Compiler can be deployed on end user machines with no MATLAB installed. However, the end user using the deployed application would require MATLAB Compiler Runtime (MCR) to run the executable. You can download the MCR here . Also, to successfully deploy the executable, both the version and bitness (32 bit/64 bit) of MATLAB should match with that of MATLAB Compiler Runtime (MCR).

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by