Hi,
I build several interface for calculate my system. but, I
can't used the data that im enter at the first interface to
the other interface.Means, if I to used the second interface
for example, I have to re-enter again the data. can I just
enter the data once only, and I can use it at every
interface. All the GUI save at the same folder. What code
should i use to make it?
Thank you
Regards.
Ashwini Deshpande - 11 Jul 2008 11:43 GMT
"sumayyah " <sue_ria84@yahoo.com> wrote in message
<g57c89$9gt$1@fred.mathworks.com>...
> Hi,
>
[quoted text clipped - 9 lines]
>
> Regards.
Hai,
why dont u declare them as global variables at first
instance itself, then u call from any GUI in that folder.
HTH,
Ashwini
Ashwini Deshpande - 11 Jul 2008 11:44 GMT
"sumayyah " <sue_ria84@yahoo.com> wrote in message
<g57c89$9gt$1@fred.mathworks.com>...
> Hi,
>
[quoted text clipped - 9 lines]
>
> Regards.
or u can also make use of following commands,
1. findobj
2. setappdata and getappdata
Ashwini
sumayyah - 21 Jul 2008 08:30 GMT
Thank you, Ashwini Deshpande
"Ashwini Deshpande" <vd.ashwini@mathworks.com> wrote in
message <g57dhj$ini$1@fred.mathworks.com>...
> "sumayyah " <sue_ria84@yahoo.com> wrote in message
> <g57c89$9gt$1@fred.mathworks.com>...
[quoted text clipped - 17 lines]
>
> Ashwini