plot a grain size histogram
Syntax
hist(grains)
hist(grains,n) % specify the number of bins% use an arbitrary property for the histogram
hist(grains,grains.equivalentRadius)binId = hist(grains) % returns the bin for each grainInput
| grains | grain2d |
| n | number of bins, default is 15 |