List of frequently asked questions:
1. What Matlab version is required to run MTEX
2. The graphics is empty or is corrupted
This is most likely an issue with the openGL renderer. You may try entering into the command window
set(gcf,'renderer','zBuffer')
right after the plotting command.
3. MTEX fails to run on Mac OS 10.11 El Capitan