How to plot histogram on axis in App designer
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Med Future
le 15 Juin 2022
Commenté : Geoff Hayes
le 17 Juin 2022
Hello, Everyone i hope you are doing well.
I want to plot histogram on app.ULAxis in app designer
How can i do that?
x = randn(10000,1);
h = histogram(x)
0 commentaires
Réponse acceptée
Geoff Hayes
le 16 Juin 2022
x = randn(10000,1);
h = histogram(app.ULAxis, x);
2 commentaires
Geoff Hayes
le 17 Juin 2022
@Stephen john ULAxis is mentioned by the OP in the question: "I want to plot histogram on app.ULAxis in app designer ".
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Histograms 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!