Azzera filtri
Azzera filtri

how to locate bin center at appropriate integer value?

3 visualizzazioni (ultimi 30 giorni)
Ahmed
Ahmed il 29 Ott 2020
Modificato: KSSV il 29 Ott 2020
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;

Risposte (1)

KSSV
KSSV il 29 Ott 2020
Modificato: KSSV il 29 Ott 2020
h = histogram(LH) ;
h
Now h has all the information you want. Pick the one you want.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by