Exe File
Exe File
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 :
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 .