I copied the xlmtree folder into the toolbox folder of matlab.
While I keep the file of the data : AI.xrdml inside a folder of Pc desktop .
Actually, the path of MAtlab is the following '/Users/name/Desktop/Xray/xmltree-2.0/'
Then I run the following script
d = XRDMLread('AU.xrdml')
figure
semilogy( d.x , round(d.data*d.time) )
box on
xlabel( [d.xlabel '(' d.xunit ')'] )
ylabel( 'Intensity (counts)' )
title( d.filename , 'Interpreter','none','FontName','Helvetica')
And the output is the following:
>> xray
Undefined function or variable 'XRDMLread'.
Error in xray (line 3)
d = XRDMLread('AU.xrdml') %#ok<NOPTS>
Can someone help me to solve this problem?
0 Comments
Sign in to comment.