How to switch show between 2 static text in matlab GUI
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hide A and show N ,hide N and show A
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/165012/image.png)
3 commentaires
Adam
le 13 Juin 2017
I don't know what your exact code is that needs this, but you shouldn't need anything complicated like a cellfun, but you never really stated what the trigger is for changing the visible status.
Réponse acceptée
Jan
le 9 Juin 2017
Either change the String and Color property of one text object. Or set the 'Visible' property of one to 'on' and the other to 'off'.
2 commentaires
Jan
le 19 Juin 2017
Perhaps: if any(strcmp(status, 'A')) is simpler as the cellfun approach. If your code works, it is right. Does it work?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!