How to plot histogram on axis in App designer
34 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Geoff Hayes
2022-6-16
x = randn(10000,1);
h = histogram(app.ULAxis, x);
2 个评论
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 Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!