Uniform Misorientation angle Calculation #2364
Answered
by
kilir
Charbak22
asked this question in
Ask Anything
-
Beta Was this translation helpful? Give feedback.
Answered by
kilir
May 19, 2025
Replies: 1 comment 2 replies
-
Hi, % plotting only
cs = crystalSymmetry('622')
plotAngleDistribution(cs)
mtexTitle(char(cs))
% compute values and plot
[af,omega] = calcAngleDistribution(cs,linspace(0,pi,180));
plot(omega/degree,af) Cheers, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kilir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
you can use for example one of the following:
Cheers,
Rüdiger