Skip to content

Output values of pole figures at specific locations #497

Answered by creuzige
creuzige asked this question in Ask Anything
Discussion options

You must be logged in to vote

Thanks! It also looks like you can send an array of vectors, and if you have multiple pole figures a short for loop will work. Example below works with several pole figures in a single class (pf), and two vectors (x and z axis).

for i=1:length(pf.c)
    pf_temp=pf{i};
    pf_temp([xvector,zvector]).intensities
end

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #497 on October 16, 2020 15:55.