check whether a grain is a boundary grain
Syntax
% decide by missing outside data points
out = isBoundary(grains)
% decide by extent of the ebsd map
out = isBoundary(grains,ebsd.extent)
Input
grains | grain2d |
ebsd.extent | extent of the EBSD map |
Output
out | logical |