필터 지우기
필터 지우기

Is it possible to create an EXE file that can be run without MCR installed?

조회 수: 5 (최근 30일)
The MCR must be installed on the target end user PC before running a MATLAB Compiled EXE, so the EXE and MCR must be packaged together.
The question: Is there any Matlab tool or method that could create an EXE application that can be run on the target PC without MCR installed and without additional files and to be independent Even if the EXE file becomes mush more bigger? If NOT what are the reasons.

채택된 답변

Jason Ross
Jason Ross 2012년 11월 27일

추가 답변 (1개)

Walter Roberson
Walter Roberson 2012년 11월 27일
Are you aware that you can include MCR in the bundle, so you only need to ship a single .exe ?
  댓글 수: 10
Digitalsd
Digitalsd 2012년 11월 28일
편집: Digitalsd 2012년 11월 28일
Of course it is about reading,to see whether being useful or not. About the comment of Image Analyst: It is not only a size issue,I think in the case of using the EXE created by MATLAB Compiler, the starting time when executing EXE will be equal to the time when executing the full MATALAB enviroment,it takes time. Any way it is not bad to have several ways to create an EXE file. Regards
Image Analyst
Image Analyst 2012년 11월 28일
It seems like only the first time it's run does it take a really long time because it has to unpack all kinds of stuff from the archive. After that, subsequent runs launch faster. But I know of know way around this unless you want to run it directly from the MATLAB development invironment.

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

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by