How to plot histogram on axis in App designer

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)

 채택된 답변

Geoff Hayes
Geoff Hayes 2022년 6월 16일

1 개 추천

@Med Future - you can specity the axes as detailed in this example
x = randn(10000,1);
h = histogram(app.ULAxis, x);

댓글 수: 2

@Geoff Hayes ULAxis ? what is this?
@Stephen john ULAxis is mentioned by the OP in the question: "I want to plot histogram on app.ULAxis in app designer ".

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

릴리스

R2022a

질문:

2022년 6월 15일

댓글:

2022년 6월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by