%plot EBSDplot(ebsd)% reconstruct grains [grains,ebsd.grainId] = calcGrains(ebsd,'angle',5*degree);
% remove small grains ebsd(grains(grains.grainSize<=5)) = [];
% redo grain reconstruction[grains,ebsd.grainId] = calcGrains(ebsd,'angle',2.5*degree);
% smooth grain boundaries grains = smooth(grains,5);
%GBhold onplot(grains.boundary,'linewidth',2)hold off
ebsd= ebsd('Magnesium')%a key the colorizes according to misorientation angle and axisipfKey = axisAngleColorKey(ebsd);
% set the grain mean orientations as reference orinetationsipfKey.oriRef = grains(ebsd('indexed').grainId).meanOrientation;
% plot the dataplot(ebsd,ipfKey.orientation2color(ebsd('indexed').orientations),'micronBar','off','figSize','medium')
hold onplot(grains.boundary,'linewidth',2)hold off
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/mtexmail/96b4a007-6e2a-4a51-8f54-c4702983077eo%40googlegroups.com.
plot (ebsd('indexed').orientations)
Could you please post the output ofebsd('indexed').orientationsRalf.
********************************************************************
Ralf Hielscher Tel: +371-531-38556
Fakultät für Mathematik +371-531-22200 (Sekr.)
Technische Universität Chemnitz Fax: +371-531-22109
Reichenhainer Str. 39 E-mail: ralf.h...@mathematik.tu-chemnitz.de
To unsubscribe from this group and stop receiving emails from it, send an email to mtex...@googlegroups.com.