How can l get metadata from slx file use C# or C++??

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

Hi , I also have same question. Did you get the method to read the metadata ?

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Preguntada:

el 13 de Jul. de 2018

Comentada:

el 5 de Mzo. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by