photo

Faisal


Last seen: 6 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Get xml data from web into Matlab struct using webread and readstruct
I have been getting data from a web API, which returns the data in xml format. I can parse this into a Matlab struct, but only b...

5 months ago | 1 answer | 0

1

answer

Answered
Import .XML data into Matlab?
You can use the built-in function readstruct('filename.xml')

5 months ago | 0