My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallationGuide  
how to install MTEX
Featured
Updated Nov 30, 2011 by ralf.hie...@gmail.com

Prerequisits

Since MTEX is a MATLAB toolbox MATLAB has to be installed in order to use MTEX. So far the MTEX toolbox has been tested with MATLAB versions 7.1 and higher. No additional toolboxes are required.

Personal Installation

Installing MTEX for a single user is very simple.

  1. extract MTEX to an arbitrary folder
  2. start MATLAB
  3. navigate to the MTEX folder
  4. type into the MATLAB command window
  5. startup_mtex
  6. When asked whether to install MTEX permanently answer Yes

After the next start of MATLAB you should be greeted by the message

MTEX toolbox loaded

Update an Installation

Updating an existing installation of MTEX to a knew version is exactly the same as installing MTEX.

  1. extract the new MTEX version to a new folder different from the old MTEX installation
  2. start MATLAB
  3. navigate to the new MTEX folder
  4. type into the MATLAB command window
  5. startup_mtex
  6. When asked whether to install MTEX permanently answer Yes

Multiuser Installation

Installing MTEX for all users on a computer is slightly more difficult.

  1. extract MTEX to MATLAB-Directory/toolbox/mtex
  2. rename mtex/startup_root.m to mtex/startup.m overwritting the old file mtex/startup.m
  3. move mtex/startup.m to MATLAB-Directory/toolbox/local
  4. start MATLAB

You should now be greeted by the message

in order to start the MTEX toolbox type: startup_mtex

After typing

startup_mtex

MTEX is ready for work!

Configure Your MTEX Installation

MTEX may be custumized in several ways including

  • default Euler angle convention
  • default color map
  • default plotting conventions
  • default accuracy of ODF calculations

All these settings can changed in the file mtex_settings.m

Compiling MTEX Your Self

Compiling MTEX is only necessary if the provided binaries does not run on your system or if you want to optimize them to you specific system. Compiling instructions can be found at the CompilationGuide.


Sign in to add a comment
Powered by Google Project Hosting