Plotting Pole Figures in MTEX #550
-
euler_in_degrees.txt I have some euler angle data (Bunge Euler Angles phi1 Phi phi2) in the form of a text file. The data is for 205 grains of Aluminium for some analysis. Each data point (phi1 Phi phi2) is for 1 grain. I am using MTEX version 4.5.2 and my MATLAB version is R2014a. So, when i am trying to import the data through the interface, in a way like this : certain error is appearing at the time, when 'FINISH' is clicked. It is as follows I want to simply plot the ODF and the 100, 011 and 111 Pole Figures for the data. Also, I want to plot the ODF. Could you please help me with plotting this data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi,
cs = crystalSymmetry('cubic')
ori = loadOrientation_generic('euler_angles.txt.','CS',cs,'ColumnNames', {'Euler1' 'Euler2' 'Euler3'}) Ralf. |
Beta Was this translation helpful? Give feedback.
Hi,
Ralf.