Effacer les filtres
Effacer les filtres

How to access 'TextBox' in viewArray figure

2 vues (au cours des 30 derniers jours)
Chen
Chen le 19 Déc 2017
Commenté : Chen le 22 Déc 2017
After viewArray plot the array structure, I would like to move the position of the 'TestBox' in the figure, but I do not know how to access the Position of the 'TextBox'. Please see attached example, I like to move the 'TextBox' at right-low corner to other position in the figure

Réponse acceptée

Honglei Chen
Honglei Chen le 21 Déc 2017
Once you run viewArray, you can do
findall(gcf,'Type','TextBox')
It should return the all text boxes in the figure and you can find the one corresponding to the annotation. Then simply set the Position property of that handle and you can move the box.
HTH
  1 commentaire
Chen
Chen le 22 Déc 2017
Thanks HTH: it works. Happy holiday season! Chen

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Language Fundamentals dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by