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.byAxisAngle(xvector,180*degree))
% rotate only the spatial data ebsd = rotate(ebsd,180*degree,'keepEuler')
% rotate about a specific point ebsd = rotate(ebsd,180*degree,'center',[0,0])
Input
ebsd | |||||||
angle |
double |
||||||
q | |||||||
param,val | Parameters and values that control rotate
|
||||||
param | Options that control the rotate behavior
|
Output
ebsd |
MTEX 5.2.beta1 |