Re: Can you help?
- From: "faith Duro" <faith46life@xxxxxxxxx>
- Date: Mon, 30 Apr 2007 11:25:01 -0400
klo wrote:
that
faith Duro wrote:
I'm trying to create a GUI (B)that read values that have been
entered
by a user in certain fields of a previous GuI (A). Pls note
the
GUI(b) that i'm talking of was called the previous GUI (A)
There are three different ways to do that(maybe others i don't
know).
First: you can read them in the GUI (A) and when you call from GUI
(A) the GUI (B) pass them as arguments in the output function.
Second: You can read them in the GUI (A) and make them global
variables so you can read them in GUI (B) as well.
Third: You can store them in GUI (A) in the property of the figure
"User data".
If you are new with guis i propose to start with the first way or
the
second. In the first way you call the GUI (B)
like that:
figureB(output)
and then you read the data from GUI (B) with the varargin variable.
I wish to help you and not to confuse you.
GOOD LUCK
Sorry that sentence was incomplete.
I meant that I had a sequence of GUI's, which were linked to one
another i.e. you have to go from one GUI to another. The problem I
encountered was that I could'nt make use of the values and callbacks
of previous GUI's in subsequent ones for calculations
.
- References:
- Can you help?
- From: faith Duro
- Re: Can you help?
- From: klo
- Can you help?
- Prev by Date: Rank deficient for multipl regression
- Next by Date: Re: Rank deficient for multipl regression
- Previous by thread: Re: Can you help?
- Next by thread: Histogram-matching with threshold
- Index(es):
Relevant Pages
|