Create .exe file from GUI using MATLAB Coder

How can I create a .exe file of my MATLAB GUI using MATLAB Coder... so I can run it in a PC that does not have MATLAB?
where, the solution provided is to use deploytool from the MATLAB Compiler toolbox / MATLAB Compiler SDK toolbox. Unfortunately, I do not have these toolboxes. What I have is the MATLAB Coder toolbox, and I heard that it is enough to do the conversion to .exe
Therefore the question, how to create .exe of a GUI using MATLAB coder toolbox?

 採用された回答

Nicolas B.
Nicolas B. 2019 年 12 月 10 日
編集済み: Nicolas B. 2019 年 12 月 10 日

0 投票

Hi Harryboy,
to generate a exe-file from a MATLAB GUI, you need the MATLAB Compiler Toolbox. The MATLAB Coder can generate code which could be embedded into an app. It is a common misunderstanding because the toolboxes have similar names.
Hope it help you.

3 件のコメント

Harryboy
Harryboy 2019 年 12 月 10 日
Can you please explain quick steps what actions need to be taken to get the exe?
Thank you in advance!
Nicolas B.
Nicolas B. 2019 年 12 月 10 日
編集済み: Nicolas B. 2019 年 12 月 10 日
There is there a video which explains you how to generate standalone apps:
Here you have the documentation about the Standalone generator configuration:
If you look at the video, in 5 minutes, you will be ready to generate your own exe-files.
Edit: When you give to your friends/colleagues the standalone app, they have to install the Runtime of your MATLAB version from this this page.
Harryboy
Harryboy 2019 年 12 月 10 日
Thank you very very much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Coder についてさらに検索

製品

リリース

R2019a

質問済み:

2019 年 12 月 10 日

編集済み:

2019 年 12 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by