How to plot histogram on axis in App designer

54 visualizaciones (últimos 30 días)
Med Future
Med Future el 15 de Jun. de 2022
Comentada: Geoff Hayes el 17 de Jun. de 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)

Respuesta aceptada

Geoff Hayes
Geoff Hayes el 16 de Jun. de 2022
@Med Future - you can specity the axes as detailed in this example
x = randn(10000,1);
h = histogram(app.ULAxis, x);
  2 comentarios
Stephen john
Stephen john el 17 de Jun. de 2022
@Geoff Hayes ULAxis ? what is this?
Geoff Hayes
Geoff Hayes el 17 de Jun. de 2022
@Stephen john ULAxis is mentioned by the OP in the question: "I want to plot histogram on app.ULAxis in app designer ".

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by