Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab GUI newbye
Date: Mon, 1 Dec 2008 13:11:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 29
Message-ID: <gh0np6$dgl$1@fred.mathworks.com>
References: <ggv8nh$smj$1@fred.mathworks.com> <c2fd2c68-5120-49ca-8cd0-06ca543eb7be@20g2000yqt.googlegroups.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1228137062 13845 172.30.248.38 (1 Dec 2008 13:11:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 1 Dec 2008 13:11:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1505224
Xref: news.mathworks.com comp.soft-sys.matlab:504075


ImageAnalyst <imageanalyst@mailinator.com> wrote in message <c2fd2c68-5120-49ca-8cd0-06ca543eb7be@20g2000yqt.googlegroups.com>...
> 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

Thank you very much! Now I'm trying to understand how it works, seems like a visual programming language... It's really what I was looking for. I have a question for you. If I use a template I have some code already written and ready to use, but if I choose a blank Gui project, is there a way to get function names and parameters automatically? (In visual B or C you just clicked on the button for example and the code window opened with the functions declared)

Thanks

Frank