histogram関数を使う場合、プロットしないでオブジェクトだけを取得するにはどうすればよいですか?
Mostrar comentarios más antiguos
x = randn(10000,1);
h = histogram(x)
を実行すると、ヒストグラムがプロットされます。
プロットしない(非表示)でオブジェクトhだけを取得するにはどうすればよいですか?
Respuesta aceptada
Más respuestas (1)
Kenta
el 1 de Abr. de 2020
0 votos
こんにちは、histcounts関数を使えば、ヒストグラムの頻度やそのレンジを求めることができます。詳しくは、以下のドキュメントをご覧ください。
Categorías
Más información sobre Histograms en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!