Borrar filtros
Borrar filtros

how to locate bin center at appropriate integer value?

3 visualizaciones (últimos 30 días)
Ahmed
Ahmed el 29 de Oct. de 2020
Editada: KSSV el 29 de Oct. de 2020
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;

Respuestas (1)

KSSV
KSSV el 29 de Oct. de 2020
Editada: KSSV el 29 de Oct. de 2020
h = histogram(LH) ;
h
Now h has all the information you want. Pick the one you want.

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by