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.
作成したヒストグラムでデータがどのように分布するかを変更したい.私のヒストグラムは次のようになります
しかし、私はそれが次のようになりたい
設定しました
bins1=[10,30,50,70]; hist(data,bins1)
2 番目の図のようにビンを配置するにはどうすればよいですか?
histcの代わりに使用しhistます。2 番目の入力パラメーターを中心として使用しhistcながら、エッジを定義できます。hist
histc
hist