Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: application gui in matlab

  • Subject: Re: application gui in matlab
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Tue, 09 Aug 2005 17:33:30 +0100
  • Newsgroups: comp.soft-sys.matlab
  • Organization: schestowitz.com / Manchester University
  • References: <1123603216.998320.72670@g49g2000cwa.googlegroups.com>
  • Reply-to: newsgroups@schestowitz.com
  • User-agent: KNode/0.7.2
g_chime@yahoo.com wrote:

> Is there an easy way of creating a menu based gui for a larger
> application in matlab?


Yes, you can easily create main horizontal menus in MATLAB. There is a
special editor for that under GUIDE. Type:

$> guide


> Something that has a main window with a menubar and a toolbar and then
> additional windows pop up as required.


Child windows are relatively simple to implement once you get to grips with
MATLAB GUI's. You can make use of my demo:

http://www.mathworks.nl/matlabcentral/fileexchange/loadFile.do?objectId=4925&objectType=FILE


> The examples that a google search turned up were mainly very simple
> windows, not a menu / toolbar drived application.

Older generations of MATLAB (e.g. MATLAB 5) seem to have had more limited
functionaly.

> Can anyone point me to the right direction?
> Any advice and / or examples?
> 
> Thanks in advance.

Hope it helps,

Roy

-- 
Roy S. Schestowitz
http://Schestowitz.com

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index