Skip to content

plotPODF_transform error #22

Closed Answered by frankNiessen
NovakEvana asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Evana,

I see. I just ran your code and fund the bug, this time it is on MTEX's side.
If you quickly want to fix it replace line 173 in variants.m.

Change:

out = reshape(oriParent.project2FundamentalRegion,[],1) .* inv(p2cVariants);

to

out = reshape(oriParent.project2FundamentalRegion,[],1) * inv(p2cVariants);

I also updated the developer version of MTEX to correct for this.
Thank you for finding the problem, let's hope there won't be more :).

Best wishes
Frank

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NovakEvana
Comment options

Answer selected by frankNiessen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug This requires fixing
2 participants