rotate
(method of EBSD)
rotate EBSD orientations or spatial data around point of origin
Syntax
% roate the whoole data set about the z-axis by 90*degree
ebsd = rotate(ebsd,10*degree)
% rotate about the x-axis ebsd = rotate(ebsd,rotation('axis',xvector,'angle',180*degree))
% roate only the spatial data ebsd = rotate(ebsd,180*degree,'keepEuler')
Input
ebsd | |||||||
angle |
double |
||||||
q | |||||||
param | Options that control the rotate behavior
|
Output
ebsd |
MTEX 4.0.4 |