error in calculation dislocation density #686
Unanswered
BettyWalzier
asked this question in
Ask Anything
Replies: 4 comments 4 replies
-
Hi, have you tried asking the author of the wrapper (https://github.com/tskippon/GND) ? It might be good to provide also what you did since as far as I can tell, there's no function Also, here might be a good start: https://mtex-toolbox.github.io/GND.html Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi Betty,
Without the a version of the function you are using (which is not part if the standard mtex toolbox distribution), nobody can do much to help.
Zach
… On Jan 8, 2021, at 4:08 PM, BettyWalzier ***@***.***> wrote:
Hi Rüdiger,
Sorry, I upload the wrong image. The error is as follows:
I have sent an email to the author, but until now there is no response.
It's very strange. Both of them are FCC crystals, but for copper (https://1drv.ms/u/s!AuHZyiTiAulymk8cl24fboZ5IJSM?e=WJfgB8), it does not work. For steel (https://1drv.ms/u/s!AuHZyiTiAulymlP4C7Q2YFUIzv3B?e=QcNJOH), it works well.
Do you know where is the problem?
Best regards,
Betty
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi Betty,
Sure. But that function mentioned in the error is not part of MTEX. So probably somebody else wrote it, if you didn't(?). And since the rest of us only have the functions that come *with* mtex, we have no way to help troubleshoot your custom function that is giving the error. Perhaps including the code or contacting the person who wrote that particular function will help.
Cheers,
Zach
… On Jan 8, 2021, at 4:37 PM, BettyWalzier ***@***.***> wrote:
Hi Zach,
Thank you for your reminder. I used Matlab 2019a and MTEX 5.3.1 as well as MTEX 5.5.0.
Best regards,
Betty
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
“GND_auto()” is not part of MTEX, so we would need to see what that is before any chance to help troubleshoot.
… On Jan 8, 2021, at 4:37 PM, BettyWalzier ***@***.***> wrote:
Hi Zach,
Thank you for your reminder. I used Matlab 2019a and MTEX 5.3.1 as well as MTEX 5.5.0.
Best regards,
Betty
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I was using the GND code (here: https://1drv.ms/u/s!AuHZyiTiAulymlDHlmMmH0yrBCtL?e=UaktOO) to calculate the GND density of pure Cu. An example of using the GND Code is here: https://cochranec.github.io/notch/ZhouyaoLoad.html. However, when I call the GND function, namely the function [disArray systems]=GND_auto(ebsd,4,[0.3],cubicType);
an error comes out as follows:
This code is working fine for FCC steel (data is here: https://1drv.ms/u/s!AuHZyiTiAulymlP4C7Q2YFUIzv3B?e=QcNJOH). But why did it make a mistake when calculating the GND density of FCC-Cu?
The data of pure Copper is here: https://1drv.ms/u/s!AuHZyiTiAulymk8cl24fboZ5IJSM?e=WJfgB8.
Is there anyone who knows how to solve this problem?
Thanks in advance!
Best regards,
Betty
Beta Was this translation helpful? Give feedback.
All reactions