0% found this document useful (0 votes)
187 views

Exe File

The document provides a 5 step process for creating an executable (.exe) file from a MATLAB GUI program, which includes opening the deployment tool, creating a deployment project, adding the main .m file and any additional files like .fig, and building the project to generate the executable in the project location. The steps guide the user on how to deploy a MATLAB application by packaging it into a Windows executable that can be distributed and run independently of MATLAB.

Uploaded by

mohammed229
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
187 views

Exe File

The document provides a 5 step process for creating an executable (.exe) file from a MATLAB GUI program, which includes opening the deployment tool, creating a deployment project, adding the main .m file and any additional files like .fig, and building the project to generate the executable in the project location. The steps guide the user on how to deploy a MATLAB application by packaging it into a Windows executable that can be distributed and run independently of MATLAB.

Uploaded by

mohammed229
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

How to Create Executable (.

exe) file in MatLab

Eng. Wajed B. Isleem


2012/2013

After complete GUI Program ( .m and .fig file ) in MatLab , We need to deploy our MatLab APP. There are 5 Steps to do :Step 1 : Enter deploytool command in Command Window as :

Or Create new Deployment Project from File menu > New ItemMenu > Click Deployment Project as :

Step 2 : After that , Deployment Project window will appear as :

Enter Your Deployment Project Name . Chosse Location to save the Project. Chosse Windows Standalone Application as Type. And Click OK button to Create New Deployment Project.

Step 3 : After Create New Deployment Project , Windows Standalone Application window will open as :

1234-

Location of the Project. Build button . Add Main file button to add (.m) file Add files/directories button to add any Exta files to your project (.fig files , icon)

Step 4 : 1- Click on Add Main file (.m) button and chosse your main file (.m) to add.

If You want remove .m file added, You can do by Remove Main file Button. 2- Add .fig file and any Exta files by Add files/directories button :

Step 5 : Click on Build button ( ) and Wait to Prepare .exe file !!!

After Building Project is Finished , You will find Executable file in Deployment Project Location .

Thanks for All

You might also like