フィルターのクリア

how to locate bin center at appropriate integer value?

3 ビュー (過去 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 Center および File ExchangeHistograms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by