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

3 次查看(过去 30 天)
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?

回答(2 个)

madhan ravi
madhan ravi 2019-1-3

Meng Li Gan
Meng Li Gan 2019-3-12
编辑:Meng Li Gan 2019-3-12

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by