Can I return the xml string from writestruct?
Mostrar comentarios más antiguos
I am successfully using the "writestruct()" function to export my structure to XML but due to the application this xml is being read into afterwards I need to do a bit of tweaking to the output file contents.
Is there a way to return the generated XML string rather than have Matlab write it to file? I can fopen/fprintf my modifed xml string easily enough afterwards.
2 comentarios
Stephen23
el 27 de Jul. de 2026 a las 14:03
writestruct does not provide an option to return the generated XML as a string.
Martin Dale
el 27 de Jul. de 2026 a las 14:22
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Structured Data and XML Documents en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!