Read and write XML in MATLAB

Viewed 44

I would like to do exactly what readstruct and writestruct do in MATLAB 2020b :

S = readstruct(filename)
writestruct(S,filename)

But for MATLAB 2019, these methods don't exist. How can I accomplish the same behaviour in R2019?

1 Answers
Related