How to plot histogram on axis in App designer

48 ビュー (過去 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 Center および File ExchangeHistograms についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by