how to locate bin center at appropriate integer value?

9 vues (au cours des 30 derniers jours)
Ahmed
Ahmed le 29 Oct 2020
Modifié(e) : KSSV le 29 Oct 2020
subplot(2,1,1)
histogram(LH);
grid on;
title("Graph of (LH)");
xlabel("LH");
ylabel("Scores");
hold on;

Réponses (1)

KSSV
KSSV le 29 Oct 2020
Modifié(e) : KSSV le 29 Oct 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