Azzera filtri
Azzera filtri

Access the name of a ui in the code -- Simple question?

1 visualizzazione (ultimi 30 giorni)
Hello!
This may be obvious, but I am writing GUIDE code for a gui, and want to access the name of the ui within the code (for a file name). Is it "handles.ui_name" or something simple like that? GUIDE puts it all through the code, prepending it to, for example, _OpeningFcn.
Thanks!
Doug Anderson

Risposta accettata

Image Analyst
Image Analyst il 3 Dic 2016
Double click on your figure in GUIDE. Then go to the "name" property and type in some name for it. Then look at the "tag" property. Let's say you gave it a "tag" property of figMainWindow. Then to get it the name property, do this:
thisFiguresName = handles.figMainWindow.name;

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by