Filter löschen
Filter löschen

how to locate bin center at appropriate integer value?

3 Ansichten (letzte 30 Tage)
Ahmed
Ahmed am 29 Okt. 2020
Bearbeitet: KSSV am 29 Okt. 2020
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;

Antworten (1)

KSSV
KSSV am 29 Okt. 2020
Bearbeitet: KSSV am 29 Okt. 2020
h = histogram(LH) ;
h
Now h has all the information you want. Pick the one you want.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by