Prev: does matlab support php code
Next: Image Processing: How to remove shades/reflection/shadow on an image
From: Luis Lacerda on 13 Jul 2010 14:19 Hi again, I am elaborating a GUI which will derive into three "subGUI's" and all interact amongst them. I already know how to passa handles of the main objects between GUIs but i do not know how to access the other handles inside each object in each individual GUI. What i am trying to say is that i would like to change a handle that is inside an object in GUI 1, for example, through a callback in GUI 2... Can someone tell me how to access these "subhandles", i.e, handles that i created not the handles to the GUI's objects? Thank you in advance Luis
From: Luis Lacerda on 14 Jul 2010 17:22
i found that either the functions findobj or findall can be useful to find what i need. Thanks anyway. Luis Lacerda |