spatialProfile

(method of EBSD)

selects property values on a given line segment

Syntax

% plots a profile of property bc
spatialProfile(ebsd,lineX,'property','bc')
% returns a sorted list p, where p a property and a distance |dist| to begin of line segment
[p,dist] = spatialProfile(ebsd,lineX,'property','bc')

Input

ebsd

EBSD

lineX

list of spatial coordinates [x(:) y(:)] of if 3d [x(:) y(:) z(:)], where $x_i,x_{i+1}$ defines a line segment

param,val Parameters and values that control spatialProfile
Parameter Description
'property'

by default orientation, otherwise a property field.

mple

lot(ebsd) ineX = ginput(2) patialProfile(ebsd,lineX,'property','mad')