Skip to content

Uniform Misorientation angle Calculation #2364

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

You must be logged in to vote

Hi,
you can use for example one of the following:

% 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,
Rüdiger

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Charbak22
Comment options

@kilir
Comment options

kilir May 21, 2025
Collaborator

Answer selected by kilir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants