How to combine structures with the same name fields?

22 ビュー (過去 30 日間)
rbme17
rbme17 2018 年 9 月 21 日
コメント済み: rbme17 2018 年 9 月 21 日
I've tried looking at other threads on here to see if they applied to me but I couldn't find any. I have several structures, all with the same name fields (two of five shown below).
I wanted to combine these structures of different sizes to make one bigger structure, with the same name fields, so I can later import the single structure into excel. How can I accomplish this?
_
xswn =
26×1 struct array with fields:
name
folder
date
bytes
isdir
datenum
xsw_ =
41×1 struct array with fields:
name
folder
date
bytes
isdir
datenum

採用された回答

Fangjun Jiang
Fangjun Jiang 2018 年 9 月 21 日
Did you try
New=[xswn; xsw_]
  3 件のコメント
Stephen23
Stephen23 2018 年 9 月 21 日
編集済み: Stephen23 2018 年 9 月 21 日
rbme17
rbme17 2018 年 9 月 21 日
@Stephen Cobeldick Thanks for the resources. I've only recently been exposed to structures and don't have the strongest background in matlab. Just happy there's help out there!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by