How to plot histogram on axis in App designer
31 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Med Future
il 15 Giu 2022
Commentato: Geoff Hayes
il 17 Giu 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 Commenti
Risposta accettata
Geoff Hayes
il 16 Giu 2022
x = randn(10000,1);
h = histogram(app.ULAxis, x);
2 Commenti
Geoff Hayes
il 17 Giu 2022
@Stephen john ULAxis is mentioned by the OP in the question: "I want to plot histogram on app.ULAxis in app designer ".
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Histograms 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!