Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
Meng Li Gan
Meng Li Gan am 3 Jan. 2019
Bearbeitet: Meng Li Gan am 12 Mär. 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?

Antworten (2)

madhan ravi
madhan ravi am 3 Jan. 2019

Meng Li Gan
Meng Li Gan am 12 Mär. 2019
Bearbeitet: Meng Li Gan am 12 Mär. 2019

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by