MTEX is an open source MATLAB toolbox for crystallographic texture analysis. Its main features are
- crystal geometry, symmetries, Miller indices
- orientation maps, e.g. from EBSD, transmission EBSD
- diffraction pole figures, e.g. from XRD, synchrotron, neutron
- ODF reconstruction from pole figures or individual orientations
- grain reconstruction from orientation maps
- grain boundary analysis
- orientation distribution analysis
- elastic and plastic deformations
- texture simulation and texture evolution
- publication ready plots
- batch processing of many data sets
In contrast to many other software
- it has no graphical user interface
- it is not restricted to any particular EBSD or XRD device
- is completely customizable
- does support all crystallographic point groups (not only Laue groups)
More detail can be found in the documentation.
MTEX requires Matlab (R2014b) or later and come with binaries from the NFFT.
To install proceed as follows:
- download and extract the zip file to an arbitrary folder
- start Matlab (version 2014b or newer required
- change the current folder in Matlab to the folder where MTEX is installed
- type
startup_mtex
into the command window - click one of the menu items to import data or to consult the documentation
Since MTEX is open source we are happy about any kind of contribution. In order suggest bug fixes, new features or improved documentation to MTEX proceed as follows:
- fork the MTEX repository to your personal GitHub account
- clone it on your local computer
- apply your changes
- push your changes to your personal GitHub account
- create a pull request to MTEX/development
Note, that when cloning MTEX the binaries in mtex/mex
and mtex/extern/nfft
are not included but must be copied from an zip-file based installation as
explained above.
See COPYING.txt
for MTEX's licensing information.