Unrecognized function or variable 'readstruct'

조회 수: 16 (최근 30일)
Hamed Jalali
Hamed Jalali 2022년 5월 15일
답변: KALYAN ACHARJYA 2022년 5월 15일
I implemented this sample code from Mathlab help:
url = "https://export.arxiv.org/oai2?verb=ListRecords" + ...
"&set=math" + ...
"&metadataPrefix=arXiv";
filename = fullfile(tempdir,"arxivData.xml");
options = weboptions('Timeout', 160);
websave(filename,url,options);
% Parse XML code.
data = readstruct(filename,"StructNodeName","ListRecords");
After running the code, MATLAB shows this error:
Unrecognized function or variable 'readstruct'.
readstuct() is a predefined function in MATLAB and I can not understand why it says the function is unrecognized. The main source of this code can be found here: LINK . Does any one ahve an idea about this problem? I am using MATLAB R2019b .

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2022년 5월 15일
Reason may be: this function is Introduced in R2020b Matlab Version
Its works Matlab 2020b & later version only.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by