how to locate bin center at appropriate integer value?

조회 수: 9 (최근 30일)
Ahmed
Ahmed 2020년 10월 29일
편집: KSSV 2020년 10월 29일
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