How can l get metadata from slx file use C# or C++??
Mostrar comentarios más antiguos
In my MATLAB APP I use next code for set my custom metadata.
h = load_system(pathToFile);
set_param(h, 'Metadata', properties)
Also I have C# project which work with Matlab files and I need to get metadata from slx files. Also I know that .slx file has a zip format, so I was able to find out that my data is written to the .mxarray file.
Please give me example how can I get my data from sxl file or read .mxarray file with use C# or C++.
1 comentario
Shrirang Bhadgaonkar
el 5 de Mzo. de 2020
Hi , I also have same question. Did you get the method to read the metadata ?
Respuestas (0)
Categorías
Más información sobre Naming Conventions en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!