xlmtree undefined function read
3 ビュー (過去 30 日間)
古いコメントを表示
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') %#ok<NOPTS>
% plot data
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 件のコメント
採用された回答
KALYAN ACHARJYA
2019 年 3 月 22 日
編集済み: KALYAN ACHARJYA
2019 年 3 月 22 日
And run the main script again.
Please check wheather you looking for XRDMLread file is same or not.
0 件のコメント
その他の回答 (2 件)
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!