Is there any possibility that, the string what I selected from the popup menu can be displayed as a label for a figure?

1 visualizzazione (ultimi 30 giorni)
Is there any possibility that, the string what I selected from the popup menu can be displayed as a label for a figure?

Risposta accettata

Walter Roberson
Walter Roberson il 17 Ago 2012
Take the string E{1}(E{2}) that you got from your previous question http://www.mathworks.co.uk/matlabcentral/answers/46177-how-to-get-the-data-from-a-popup-menu-and-display-the-selected-data-in-list-box, and pass it to xlabel() or ylabel() as appropriate.
ylabel(E{1}(E{2}))

Più risposte (0)

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by