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