From: Sahra winter on
I have a GUI that I made with GUIDE.
Does anyone know how to make an .exe file for it?
& if there is any way to Run the Gui on machines with no matlab installed?
Can I somehow not show the codes?

any help would be appreciated
From: ImageAnalyst on
On Feb 9, 9:40 pm, "Sahra winter" <sahra18...(a)gmail.com> wrote:
> I have a GUI that I made with GUIDE.
> Does anyone know how to make an .exe file for it?
> & if there is any way to Run the Gui on machines with no matlab installed?
> Can I somehow not show the codes?
>
> any help would be appreciated

--------------------------------------------
You would need to buy the compiler toolbox:
http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/
then you can make your executable. Your user on the computer you
deployed to would also install the MATLAB run time library but not the
full MATLAB development environment.
From: Sahra winter on
thanks for your help,
Do you know if then the user has access to the original codes?

appreciate it
-Sahra
From: ImageAnalyst on
No - it's all compiled into a binary executable. There's no m-file
code to look at.