Azzera filtri
Azzera filtri

Verticalalignment for edit text GUI

5 visualizzazioni (ultimi 30 giorni)
darissa
darissa il 16 Gen 2015
Is there verticalalignment option in uicontrol? I need to make the text centre in the edit text box.

Risposte (1)

Zoltán Csáti
Zoltán Csáti il 16 Gen 2015
Unfortunately there is no such property for uicontrols just for text objects. However, if you are proficient in Java, you can solve it. An other workaround is the following: create an axes object and within that, create a text object. Then make the axis invisible. Although, it is quite cumbersome.
  2 Commenti
darissa
darissa il 19 Gen 2015
Thank you for prompt reply.
Margareta Drozdikova
Margareta Drozdikova il 11 Apr 2018
Hi, I have the same problem, but I need verticalalignment in text object. How can I do it? thanks

Accedi per commentare.

Categorie

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

Community Treasure Hunt

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

Start Hunting!

Translated by