histogram関数を使う場合、プロットしないでオブジェクトだけを取得するにはどうすればよいですか?
Ältere Kommentare anzeigen
x = randn(10000,1);
h = histogram(x)
を実行すると、ヒストグラムがプロットされます。
プロットしない(非表示)でオブジェクトhだけを取得するにはどうすればよいですか?
Akzeptierte Antwort
Weitere Antworten (1)
Kenta
am 1 Apr. 2020
0 Stimmen
こんにちは、histcounts関数を使えば、ヒストグラムの頻度やそのレンジを求めることができます。詳しくは、以下のドキュメントをご覧ください。
Kategorien
Mehr zu Histograms finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!