Can I import/export IP-XACT files with "readstruct" and "writestruct"?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 7 de Feb. de 2023
Respondida: MathWorks Support Team
el 7 de Feb. de 2023
I would like to import and export IP-XACT files with a MATLAB script.
I have tried reading an IP-XACT file with "readstruct" and it does provide usable data, but not in a preferred format. I have also tried using "writestruct" to export a struct, but it does write the data in the IP-XACT format.
Is there a way to import and export IP-XACT files in MATLAB?
Respuesta aceptada
MathWorks Support Team
el 7 de Feb. de 2023
Importing and exporting IP-XACT files in MATLAB is not supported as of R2022b. As IP-XACT files are a type of XML file, you may be able to develop your own algorithms involving "readstruct" and "writestruct" to import and export data in the IP-XACT format.
IP-XACT files are supported by HDL Verifier's Translation Level Model Generation, so it is recommended that you adapt your workflow to incorporate TLM. You can learn about TLM at the documentation page below:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Report Generator en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!