ORtools - 2.3.0 Example07 issue with computeVariantGrains #94
-
|
Hello, I had a problem with executing the code in the example 07 : [newGrains,newEBSD] = computeVariantGrains(job); I executed all the code sections before this line successfully. The error is as follws: Unable to perform assignment because the left and right sides have a different number of elements. Error in [indexing] (Line 127) I used the same EBSD data in example 07. But I also executed it for my own EBSD data. Again I had issue with executing this part of the code. thanks in advance for you assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @tirdadnn I was unable to replicate your issue. I believe your issue is due to differences between ORTools and the latest version of MTEX released in 2025. So the quick workaround for now is to use the latest developer version of ORTools along with MTEX v 5.11.2. **Lastly, and importantly, if an explanation from the maintainers resolves your issue, please press the "Mark as answer" button on the appropriate response. Your assistance in this regard enables us to close discussions as complete. ** Hope this helps. Warm regards, |
Beta Was this translation helpful? Give feedback.
Hi @tirdadnn
I was unable to replicate your issue.
I ran ORTools_example07 exactly as-is without any error whatsoever.
I believe your issue is due to differences between ORTools and the latest version of MTEX released in 2025.
We are working on a new version of ORTools (along with new tools too!) that is completely compatible with the latest MTEX version - but its release is still quite a few months away.
So the quick workaround for now is to use the latest developer version of ORTools along with MTEX v 5.11.2.
**Lastly, and importantly, if an explanation from the maintainers resolves your issue, please press the "Mark as answer" button on the appropriate response. Your assistance in this…