문제

Is there a way to display the number of elements on each bar of an histogram in MATLAB?

도움이 되었습니까?

해결책

On the toolbar of MATLAB plots, including a histogram plot, there's a button called Data Cursor (it looks like a blue curve with a black cross and a yellow table). Click this, and then select a bar in the histogram - it will add an explanatory label to the bar, including information about the bin count of the bar. You can pick this label up and drag it to other bars, or add additional labels to other bars.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top