Is it possible to create a single executable file from a GUI developed in GUIDE in MATLAB 6.5.1?

Hello,
I've created a GUI using GUIDE in MATLAB 6.5.1 and I want to make it into a single app or executable file the user can call directly from the same computer but without having to open MATLAB.

回答 (2 件)

Kaustubha Govind
Kaustubha Govind 2012 年 9 月 26 日
You can use the MATLAB Compiler product to create an executable from your MATLAB GUI. Note that the executable still runs on MATLAB run-time libraries (called MATLAB Compiler Runtime) that it will install (if required) and load automatically when started.
Robert Cumming
Robert Cumming 2012 年 9 月 26 日
If I recall v6.5 was before the change made to the compiler which introduced the MCR.
You should still be able to compile it - you might need to link in the correct librarys in your compilation command.

カテゴリ

ヘルプ センター および File ExchangeC Shared Library Integration についてさらに検索

質問済み:

2012 年 9 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by