Hi Rudiger,
Thank you so much. Please see the script. and attached file. Can you please tell me where it is going wrong. One more request. Can you please tell me how to connect 111 and 100 with a line.
CS = crystalSymmetry('m-3m', [4.0496 4.0496 4.0496], 'mineral', 'Aluminum', 'color', 'k');
SS = specimenSymmetry('triclinic');
path = '/home/mtex-5.0.3';
fname = fullfile(path,'GAMMA.TXT');
test = load_generic(fname,'header',0,'Columns',[1,2,3]);
[m,n] = size(test);
clear o;
for j=1:m,
o(j) = orientation('Euler',test(j,1)*degree,test(j,2)*degree,test(j,3)*degree,CS,SS);
end
figure(1)
plotIPDF(o,[[xvector],[yvector],[zvector]],'MarkerSize',3,'MarkerEdgeColor','k','MarkerFaceColor','r')
% hold off
%
figure(2)
o.CS = o.CS.properGroup
plotIPDF(o,zvector,'MarkerSize',3)
Regards,
Bharat