Hi Rahul,
if you calculated the KAM and plotted it as a map, you already have the values. Following the examples given in the help kam will contain those values, e.g. plot a histogram hist(kam./degree)
>> help ebsd/KAM
intergranular average misorientation angle per orientation
Syntax
% ignore misorientation angles > threshold
kam = KAM(ebsd,'threshold',10*degree);
plot(ebsd,ebsd.KAM./degree)
% ignore grain boundary misorientations
[ebsd, ebsd.grainId] = calcGrains(ebsd)
kam = KAM(ebsd);
plot(ebsd,ebsd.KAM./degree)
% consider also second order neigbors
kam = KAM(ebsd,'order',2);
Input
ebsd - @ebsd
Options
threshold - ignore misorientation angles larger then threshold
order - consider neighbors of order n
Cheers,
Rüdiger
On 21 Oct 2015, at 12:40 pm, Rahul Unnikrishnan <
rahulunnik...@gmail.com> wrote:
> Hi all,
>
> I found MTex to be a very useful tool for misorientation analysis. I have plotted the KAM maps, but I couldn't find any documentation to export the KAM values to plot a graph. Can you please help me.
>
> thanks in advance
>
> Rahul
>
> --
> If you want to reduce the number of emails you get through this forum login to
https://groups.google.com/forum/?fromgroups=#!forum/mtexmail, click "My membership" and select "Don't send me email updates". You can still get emails on selected topics by staring them.
> ---
> You received this message because you are subscribed to the Google Groups "MTEX" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
mtexmail+u...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/mtexmail.
> For more options, visit
https://groups.google.com/d/optout.