Effacer les filtres
Effacer les filtres

Data passing between multiple different GUIs on GUIDE

1 vue (au cours des 30 derniers jours)
seemal
seemal le 13 Fév 2012
I have several GUIs and i need to pass data amongst it. Each GUI manipulates the data and sets a new value for the variable. I want to know how i can pass these variables between different GUIs so that the new value is updated automatically on all the GUIs. And also how can i pass variable data which have not been manipulated? I assume both the cases will require the same coding. Someone please help!!

Réponses (1)

Ilham Hardy
Ilham Hardy le 13 Fév 2012
  1 commentaire
seemal
seemal le 13 Fév 2012
H = findall(0,'tag','editbox1tag');
set(handles.editbox2tag,'string',get(H,'string'))
Allows me to pass the between GUIs but i can't manipulate them. I think they are string values of the data i want. I've tried using str2num and str2double but i can't perform any operations on the called back values.
Help anyone!!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by