Input values and control menus of GUI's from code?
Afficher commentaires plus anciens
Hello,
I have a GUI that someone else wrote that I am using. I need to use the "file" header to open a specific file. I would like to tell the GUI to do this from a code I have written.
There are also several UI controls within the GUI that I also must enter from the code, not manually.
What commands can I put in my code to do these two things?
Thank you
Réponses (1)
Azzi Abdelmalek
le 24 Jan 2013
Modifié(e) : Azzi Abdelmalek
le 24 Jan 2013
Create a function with the code you've written, then call it from your gui
help function
1 commentaire
Sam
le 24 Jan 2013
Catégories
En savoir plus sur MATLAB 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!