Creating a standalone windows application file

12 次查看(过去 30 天)
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
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