set_angle = 10;
min_points=10;
[grains_csm,ebsd_csm.grainId,ebsd_csm.mis2mean] = calcGrains(ebsd_csm('indexed'),'angle',set_angle*degree);
grains_csm = grains_csm(grains_csm.grainSize > min_points);
[grains_csm,ebsd_csm.grainId,ebsd_csm.mis2mean] = calcGrains(ebsd_csm('indexed'),'angle',set_angle*degree);
%Filter F = infimalConvolutionFilter;F.lambda = 0.01;F.mu = 0.005;
ebsd_csm = smooth(ebsd_csm,F)
plot(grains_csm('Titanium (Alpha)'),grains_csm('Titanium (Alpha)').meanOrientation,'micronbar','off','figSize','large')hold onplot(grains_csm.boundary)hold off
% consider on Alpha-Alpha boundaries
To unsubscribe from this group and stop receiving emails from it, send an email to mtex...@googlegroups.com<mailto:mtexmail+unsubscribe@googlegroups.com>.
To unsubscribe from this group and stop receiving emails from it, send an email to mtex...@googlegroups.com<mailto:mtexmail+u...@googlegroups.com>.
Visit this group at https://groups.google.com/group/mtexmail.
For more options, visit https://groups.google.com/d/optout.
--
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.
Hi Camilo,I can confirm that this is a Bug in MTEX. The problems are the parenthesis around Alpha and Beta.Its a bit strange butgBa = grains_csm.boundary('Titanium \(Alpha\)','Titanium \(Alpha\)')should work.Ralf.
********************************************************************
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<mailto:mtexmail+unsubscribe@googlegroups.com>.
Visit this group at https://groups.google.com/group/mtexmail.
For more options, visit https://groups.google.com/d/optout.
--
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 mtex...@googlegroups.com.