Creating a standalone windows application file

조회 수: 3 (최근 30일)
Ali
Ali 2012년 1월 26일
Hi experts,
Anyone knows if there is an automated approach through Matlab command line to build a Windows Standalone Application (.exe file) from a Matalb script (.m file)?
Any help is apreciated! Ali

채택된 답변

Walter Roberson
Walter Roberson 2012년 1월 26일
You cannot build a standalone from a MATLAB script file. You need to use a function file instead.
  댓글 수: 7
Ali
Ali 2012년 1월 27일
That's great! it's working perfect. Another thing, is there possibility to produce executable for Linux environments too instead of .exe? some sort of binary I mean?
Aurelien Queffurust
Aurelien Queffurust 2012년 1월 27일
Yes it is possible , you need to execute the mcc command under Linux on a computer which have the MATLAB Compiler installed.

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

추가 답변 (0개)

카테고리

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