(method of grain2d)
plot a grain size histogram
hist(grains)
hist(grains,n) % specify the number of bins
% use an arbitrary property for the histogramm
hist(grains,grains.equivalentRadius)
binId = hist(grains) % returns the bin for each grain
grains | |
n |
number of bins, default ist 15 |
DocHelp 0.1 beta |