Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!20g2000yqt.googlegroups.com!not-for-mail
From: ImageAnalyst <imageanalyst@mailinator.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab GUI newbye
Date: Sun, 30 Nov 2008 16:17:31 -0800 (PST)
Organization: http://groups.google.com
Lines: 22
Message-ID: <c2fd2c68-5120-49ca-8cd0-06ca543eb7be@20g2000yqt.googlegroups.com>
References: <ggv8nh$smj$1@fred.mathworks.com>
NNTP-Posting-Host: 75.186.70.56
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1228090653 2583 127.0.0.1 (1 Dec 2008 00:17:33 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 1 Dec 2008 00:17:33 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 20g2000yqt.googlegroups.com; posting-host=75.186.70.56; 
	posting-account=0rLUzAkAAABojYSRC64DkTbtiSCX77HH
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
	CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 
	3.5.21022),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:503979


On Nov 30, 6:48=A0pm, "Frank" <francesco.mann...@fastwebnet.it> wrote:
> Hi again!
>
> So many questions for you experts these days. I'd like to know if there i=
s a simple and fast way to create a GUI interface with data input boxes for=
 parameters, other simple controls, like labels or textboxes to give output=
 information (like the time elapsed) and buttons that start the calculation=
 of a PDE solution (I wrote the code for that) with a figure window in whic=
h to display the "video" or frames of the time varying solution?
>
> Thank you

---------------------------------------------------------------------------=
-----------
Frank:
Yes.  I suggegst you use GUIDE.  It's included in MATLAB and allows
you to put various kinds of controls on the GUI (static text, edit
fields, button, pictures/plots, scroll bars, radio button, check
boxes, grids/tables, etc.) and you can set various properties for them
(size, color, location, font, caption, etc.).
Regards,
ImageAnalyst