mtex

授权协议 GPL-2.0 License
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 夏季萌
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

MTEX

      

MTEX is an open source MATLAB toolbox for crystallographic textureanalysis. 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.

Installation and requirements

MTEX requires Matlab (R2014b) or later and come with binaries from theNFFT.

To install proceed as follows:

  1. download and extract the zip file to an arbitrary folder
  2. start Matlab (version 2014b or newer required
  3. change the current folder in Matlab to the folder where MTEX is installed
  4. type startup_mtex into the command window
  5. click one of the menu items to import data or to consult the documentation

Contributing

Since MTEX is open source we are happy about any kind of contribution. Inorder suggest bug fixes, new features or improved documentation to MTEXproceed as follows:

  1. fork the MTEX repository to your personal GitHub account
  2. clone it on your local computer
  3. apply your changes
  4. push your changes to your personal GitHub account
  5. create a pull request to MTEX/development

Note, that when cloning MTEX the binaries in mtex/mex and mtex/extern/nfftare not included but must be copied from an zip-file based installation asexplained above.

License

See COPYING.txt for MTEX's licensing information.

  •   文件格式为txt文本格式就可以,需要三列数据,分别为三个不同的欧拉角。 1.Import Wizard – ODF Generic Interface   a.Set ang1 to psi b.Set ang2 to theta c.Set ang3 to phi d.Set inpt to weight e.Change angle convention to Kocks (Psi, Th

  • 打开MATLAB并添加MTEX路径。 addpath('mtex-5.9.0/')   请确保在引用MTEX中的函数前,添加了MTEX的路径。 1.加载cpr或crc文件。如果您的文件不在MATLAB当前工作目录中,则需要指定完整路径。 data = loadCpr('文件名.cpr') 或data = loadCrc('文件名.crc') 这将读取您的cpr或crc文件并将其存储在MATLAB中

  • 觉得还是得把这个错误写成博客,以免以后忘了。 今天,在用modencv这个库时,发现MTex一直产生错误"d:mtex/texlocal/l3packages/xparse.sty:57: Undefined control sequence. <argument> \ExpFileName"。通过网上查询,网上说texlive-expl3 should probably be removed(h

相关阅读

相关文章

相关问答

相关文档