Hi,
I have managed to obtain the texture fibre of the rolling textures by using the command lines (that I have come across here) for the alpha fibre as an example:
phi1 = linspace(0*degree,90*degree);
Phi = 45*degree;
phi2 = 0*degree;
ori = orientation('Euler',phi1,Phi,phi2,CS);
plot(phi1./degree,eval(odf,ori))
I was wondering if MTEX can export this data into ASCII format or something similar so that I can overlay these plots as a function of rolling reduction from different texture data collected at each level.
Thank you in advance