Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: GUI

Subject: GUI

From: Lakshmi

Date: 14 Jan, 2008 23:06:01

Message: 1 of 5

Hi all,

I have created a GUI. This GUI figure is in xyz folder. I
have subfolders in xyz like a,b,c,etc. Each
element(pushbutton) is associated with m files of sub
folders(a,b,c,..). How an I map these to my GUI?

Thank you.

Mekala

Subject: Re: GUI

From: Vihang Patil

Date: 15 Jan, 2008 05:34:02

Message: 2 of 5

"Lakshmi " <lmekala@slb.com> wrote in message
<fmgpsp$r4l$1@fred.mathworks.com>...
> Hi all,
>
> I have created a GUI. This GUI figure is in xyz folder. I
> have subfolders in xyz like a,b,c,etc. Each
> element(pushbutton) is associated with m files of sub
> folders(a,b,c,..). How an I map these to my GUI?
>
> Thank you.
>
> Mekala


Add the root folder with subdirectories in the Path, from
file menu
HTH
Vihang

Subject: Re: GUI

From: Yumnam Kirani Singh

Date: 15 Jan, 2008 06:15:36

Message: 3 of 5

How did you put the m-files of the GUI objects in separate subfolders. What are the advantages of it? Usually, when we create a GUI, the fig and m-file for the gui's are automatically created in the same folder. Also, no separate m-files are created for separate GUI objects like Pushbutton, sliders etc. I was wondering how did you create those m-files in separate subfolders.

Subject: Re: GUI

From: Lars

Date: 15 Jan, 2008 08:58:01

Message: 4 of 5

Find out about startup.m if you want to automatically
configure your environment at MATLAB-startup.

You can configure the search path using

>> genpath() or
>> addpath()

by closing the gui you can call

>> rempath()

to clear the searchpath.
LARS

Subject: Re: GUI

From: Lakshmi

Date: 15 Jan, 2008 18:43:01

Message: 5 of 5

Hi Vihang ,

Thank you

Mekala


"Vihang Patil" <vihang_patil@yahoo.com> wrote in message
<fmhgka$m2l$1@fred.mathworks.com>...
> "Lakshmi " <lmekala@slb.com> wrote in message
> <fmgpsp$r4l$1@fred.mathworks.com>...
> > Hi all,
> >
> > I have created a GUI. This GUI figure is in xyz folder. I
> > have subfolders in xyz like a,b,c,etc. Each
> > element(pushbutton) is associated with m files of sub
> > folders(a,b,c,..). How an I map these to my GUI?
> >
> > Thank you.
> >
> > Mekala
>
>
> Add the root folder with subdirectories in the Path, from
> file menu
> HTH
> Vihang

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics