GUI Guide Help with edit text used as input to external functions returning static text
Afficher commentaires plus anciens
The first step I need to accomplish is passing information from an external function that runs off a push button to another external function that runs off another push button.
The second push button also will also need to take input from two "edit text" cells that converts the string into numbers.
The output of the 2nd external function then needs to pass these values to static text fields within the GUI.
Any help is much appreciated for any guidance in this matter.
Réponses (1)
Joseph Cheng
le 13 Août 2014
Modifié(e) : Joseph Cheng
le 13 Août 2014
in the matlab command window type in
guide
and look at the example "GUI with uicontrols" it has everything except passing data between functions. to pass values from one function to another i would save the variables under the handles structure which is shared amongst the GUI.
Catégories
En savoir plus sur Migrate GUIDE Apps dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!