Skip to content

Grain boundaries with different misorientation #585

Answered by kilir
alielasheri asked this question in Ask Anything
Discussion options

You must be logged in to vote

Hi,
have a look here: https://mtex-toolbox.github.io/BoundaryProperties.html
Simple example:

mtexdata titanium
grains  =ebsd.calcGrains;
gbt = grains.boundary('t','t');

cond = gbt.misorientation.angle > 20*degree & ...
           gbt.misorientation.angle < 40*degree;

plot(gbt(~cond),'linecolor','k')
hold on
plot(gbt(cond),'linecolor','r','DisplayName','boundaries in range 20-40 degree')
hold off
legend

Cheers,
Rüdiger

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ralfHielscher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants