Dear Ralf,
thank you again for your new reply. Also this was very useful, indeed your indications work, they focused exaclty the issue that i am considering.
Now, I am trying to compute the color for the corresponding EBSD orientations to plot.
After your indicated right instructions, I wrote:
color = om.orientation2color(ebsd.orientations);
but, after that, I obtain the following warnings:
Error using repmat
Requested 10000x190852 (14.2GB) array exceeds maximum array size preference. Creation of arrays greater than this limit may take a
long time and cause MATLAB to become unresponsive. See array size limit or preference panel for more information.
Error in meshgrid (line 58)
xx = repmat(xrow,size(ycol));
Error in sphericalRegion/thetaRange (line 124)
[rho,theta] = meshgrid(rho,theta);
Error in HKLOrientationMapping/Miller2color (line 42)
[~, maxTheta] = thetaRange(sR,rho);
Error in ipdfOrientationMapping/orientation2color (line 87)
rgb = Miller2color(oM,h);
So the following instruction does not work:
plot(ebsd,color)
What could the issue be? Is it a problem of MTEX? Or something wrong is present in my instructions?
Thank you very much for your kind help
Ric
Il giorno giovedì 25 gennaio 2018 18:28:54 UTC+1, Ric Dons ha scritto: