Assume you have two orientations
cs=symmetry('m-3m')
o1=orientation('euler', 60*degree,30*degree ,30*degree, cs)
o2=orientation('euler', 30*degree,10*degree ,30*degree, cs)
Then
gives you the misorientation angle in degree. To make things more explicit you can also first compute the misorientation by
Just remember
o2 transforms crystal coordinates into specimen coordinates and
inverse(o1) transforms them back into crystal coordinates. Observe how MTEX takes care about symmetries automatically. The misorientation angle in degree can now be computed by
To be even more explicit you can also compute all equivalent misorientations to
mori and take the minimum over all their angles
min(angle(symmetrise(more)))/degree