How to plot histogram on axis in App designer

조회 수: 54 (최근 30일)
Med Future
Med Future 2022년 6월 15일
댓글: Geoff Hayes 2022년 6월 17일
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일
@Med Future - you can specity the axes as detailed in this example
x = randn(10000,1);
h = histogram(app.ULAxis, x);
  댓글 수: 2
Stephen john
Stephen john 2022년 6월 17일
@Geoff Hayes ULAxis ? what is this?
Geoff Hayes
Geoff Hayes 2022년 6월 17일
@Stephen john ULAxis is mentioned by the OP in the question: "I want to plot histogram on app.ULAxis in app designer ".

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by