how to locate bin center at appropriate integer value?

3 次查看(过去 30 天)
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;

回答(1 个)

KSSV
KSSV 2020-10-29
编辑:KSSV 2020-10-29
h = histogram(LH) ;
h
Now h has all the information you want. Pick the one you want.

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by