function calling toolboox use
13 次查看(过去 30 天)
显示 更早的评论
Hi, I am running the following script
but it is like the XRMLread function is not seen.
The error is
>> XRDMLread
Undefined function or variable 'XRDMLread'.
I dowloaded the xrmltree toolbox and unzipped it in the same folder of the AU data (different from Matlab folder).
Some suggestion about how to use the toolboox? where should I unzip the toolbox.
d = XRMLread('AU.xrdml') %#ok<NOPTS>
% plot data
figure
semilogy( d.x , round(d.data*d.time) )
box on
xlabel( [d.xlabel '(' d.xunit ')'] )
ylabel( 'Intensity (counts)' )
5 个评论
回答(1 个)
Walter Roberson
2019-3-23
XRMLread is from a completely different toolbox. http://www.xray.cz/xrdmlread/
2 个评论
Walter Roberson
2019-3-23
Get the XRMLread from the download link http://www.xray.cz/xrdmlread/Download.htm
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!