Borrar filtros
Borrar filtros

Add header to array

5 visualizaciones (últimos 30 días)
Iugo
Iugo el 18 de Mzo. de 2021
Comentada: Iugo el 18 de Mzo. de 2021
Hello everyone!
How can I add a header to a certain array? I was able to do it for a table but I really want to do it in an array because I will use that in python and python does not read tables from matlab...
Thanks in advance!

Respuestas (1)

the cyclist
the cyclist el 18 de Mzo. de 2021
Disclaimer: I have not tried to do this myself.
I suggest taking a look at this documentation about mapping MATLAB data types to Python.
As you may or may not know, numeric MATLAB arrays do not store text data, so you cannot have a header on them. Cell arrays will store a mixture of text and numeric, but it seems from that documentation that only one-dimensional cell vectors can be mapped directly.
So, you may need to pass the numeric data and the header data separately.
But, as I said, I am not experienced at this, so there may be a good way that I do not know about.
  1 comentario
Iugo
Iugo el 18 de Mzo. de 2021
Thanks for your help @the cyclist!! I will see that documentation and take into account your advice!

Iniciar sesión para comentar.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by