function calling toolboox use
이전 댓글 표시
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
Walter Roberson
2019년 3월 23일
Are you referring to https://www.artefact.tk/software/matlab/xml/ ? If so then did you do the addpath() that they indicate ?
giusipa
2019년 3월 23일
Walter Roberson
2019년 3월 23일
addpath and follow it with the name of the directory that you unzipped the toolbox into. (Enclose the whole directory name in '' if there are any spaces in the name.)
giusipa
2019년 3월 23일
Walter Roberson
2019년 3월 23일
addpath('C:\Users\myname\Documents\MATLAB')
답변 (1개)
Walter Roberson
2019년 3월 23일
0 개 추천
XRMLread is from a completely different toolbox. http://www.xray.cz/xrdmlread/
댓글 수: 2
giusipa
2019년 3월 23일
Walter Roberson
2019년 3월 23일
Get the XRMLread from the download link http://www.xray.cz/xrdmlread/Download.htm
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!