Path: news.mathworks.com!not-for-mail
From: "M.Mohsin Siraj" <stylismoh@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Making GUI as .exe file
Date: Thu, 31 Jul 2008 03:02:01 +0000 (UTC)
Organization: Mehran University of Engineering and Technology Jamshoro Pakistan
Lines: 23
Message-ID: <g6r9v9$13m$1@fred.mathworks.com>
References: <g6pvvg$8o3$1@fred.mathworks.com> <g6q186$qkh$1@fred.mathworks.com>
Reply-To: "M.Mohsin Siraj" <stylismoh@mathworks.com>
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 1217473321 1142 172.30.248.37 (31 Jul 2008 03:02:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 31 Jul 2008 03:02:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1095992
Xref: news.mathworks.com comp.soft-sys.matlab:482819



"Jeremy Smith" <smit1729@umn.NOSPAM.edu> wrote in message 
<g6q186$qkh$1@fred.mathworks.com>...
> 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.


Mr.Smith
Thnx for your answer, i am using guide, and i do have the 
compiler... now how it works can you kindly explain me its 
working???