How to move fields within 1x1 struct?

A is a 1x1 struct. A.EachFrame is also a 1x1 struct. There are 32 1x1 struct inside A.EachFrame:
Item_1
Item_3
...
Item_31
Item_33
...
Item_63
Is that possible to move "Item_1 to Item_31" after Item_63, so that the result is A.EachFrame =
Item_33
...
Item_63
Item_1
Item_3
...
Item_31
Is this possible? Or, I have to rename all of them to re-arrange them? Thank you.

回答 (1 件)

Matt J
Matt J 2014 年 11 月 21 日

0 投票

See the orderfields commmand.

カテゴリ

ヘルプ センター および File ExchangeStructures についてさらに検索

製品

タグ

質問済み:

YZ
2014 年 11 月 21 日

回答済み:

2014 年 11 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by