Clear Filters
Clear Filters

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

3 views (last 30 days)
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?

Answers (2)

madhan ravi
madhan ravi on 3 Jan 2019

Meng Li Gan
Meng Li Gan on 12 Mar 2019
Edited: Meng Li Gan on 12 Mar 2019

Categories

Find more on Structures in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!