Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Making GUI as .exe file
Date: Wed, 30 Jul 2008 15:27:02 +0000 (UTC)
Organization: UMN
Lines: 12
Message-ID: <g6q186$qkh$1@fred.mathworks.com>
References: <g6pvvg$8o3$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1217431622 27281 172.30.248.37 (30 Jul 2008 15:27:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 30 Jul 2008 15:27:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 870237
Xref: news.mathworks.com comp.soft-sys.matlab:482658



It sounds like you're using Guide to create your GUIs.  If I
remember correctly this always creates a .fig file to go
with the code.  You will have to avoid using Guide if you
don't want to have to include a fig file.

Prgrammatically build a GUI using the uicontrol, figure,
getappdata, setappdata, get, set, drawnow, and other GUI
functions.  It looks like there is a good intro to non-Guide
GUI design in the Matlab help (at least in R2007a).  Do a
search in the Matlab help for "gui" and the third entry
should be "Designing a GUI".  That series of pages will help
a lot.