From: "Nikolai Yu. Zolotykh" <zny@uic.nnov.ru>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: GUIs:  GUIDE vs Code Only
Message-ID: <ef3f3e7.0@webcrossing.raydaftYaTP>
Date: Fri, 25 Aug 2006 10:44:03 -0400
References: <ef3f3e7.-1@webcrossing.raydaftYaTP>
Lines: 9
NNTP-Posting-Host: 62.76.114.21
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:366565



I don't like code generated by GUIDE. One of the reasons is the
following. It could use new possibilities of MATLAB 7+, for example,
nested function, but it dosn't.

I like combined method: I use GUIDE only for creating a fig file
(checking "Generate FIG-file only" in GUI options dialog) and I write
all callback finctions by hand. See the last example in <http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8234&objectType=File>