Borrar filtros
Borrar filtros

How can I choose selected field in a 1X1 struct and export to excel?

3 visualizaciones (últimos 30 días)
Meng Li Gan
Meng Li Gan el 3 de En. de 2019
Editada: Meng Li Gan el 12 de Mzo. de 2019
I have a 1x1 struct with 18 fields with different size. How can I choose the selected field in the struct and export to excel? I had tried to used struct2table, but it is failed since the fields inside the struct is not with same size.
for example,
mystruct is 1x1 size, and inside my struct it contained 18 fields:
fieldname1: 77x10 cell
fieldname2: 1x20 double
fieldname3: 1x20 double
fieldname4: 1x20 double
fieldname5: 1x20 double
....
how can i export only field 1 and field 2 to excel?

Respuestas (2)

madhan ravi
madhan ravi el 3 de En. de 2019

Meng Li Gan
Meng Li Gan el 12 de Mzo. de 2019
Editada: Meng Li Gan el 12 de Mzo. de 2019

Categorías

Más información sobre Structures 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