Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Matlab関数[n、xout] = hist(Y)では、ドキュメントはxoutの意味について明確ではありません。これらはビンの中心値、下限、または上限ですか?
ありがとう。
いくつかのテストの後、xoutはヒストグラムの各ビンの中心値であるように見えます。
xoutは、ヒストグラムの各ビンの中心値です。これは便利であり、 nbinsの値を指定すると異なります。
引用された作品:http://www.mathworks.com/help/matlab/ref/hist.html