I am using matlab 2014b with mtex 4.0.23 on a linux OS. After installing mtex , upon checking mtex, I am getting the following errors.
check_mtex
checking MTEX installation
this might take some time
simulating pole figures
pf = PoleFigure
crystal symmetry : m-3m
specimen symmetry: 222
h = (100), r = 1 x 206 points
h = (110), r = 1 x 206 points
h = (111), r = 1 x 206 points
h = (211), r = 1 x 206 points
------ MTEX -- PDF to ODF inversion ------------------
Call c-routine
Error using call_extern (line 158)
Error running external program:
/home/rahul/mtex-4.0.23/c/bin/glnxa64/pf2odf
/tmp/pf2odf2184.txt 2>>
/tmp/output_rahulpc_root.log
Error in PoleFigure/calcODF (line 139)
[c,alpha] = call_extern('pf2odf',...
Error in check_mtex (line 25)
rec = calcODF(pf) %#ok<NOPRT>
I did go to the code for check_mtex to delete the concerned lines as suggested to another query but they seemed to have been already removed.
Kindly help me in sorting this out.