what's the different of "Ways to Organize Data in Structure Arrays"

2 ビュー (過去 30 日間)
HaveF
HaveF 2012 年 6 月 20 日
When I read the doc of Matlab --- "Ways to Organize Data in Structure Arrays".
I find the ways are very similar or just the same?
* Plane Organization
* Element-by-Element Organization

採用された回答

Aaditya Kalsi
Aaditya Kalsi 2012 年 7 月 6 日
Plane organization makes it easier to access particular fields of structures all at once whereas element-by-element makes it easier to get access to all fields of one struct in the array.
It's akin to row major, column major, though obviously not the same.
  1 件のコメント
HaveF
HaveF 2012 年 7 月 7 日
Thanks. Although I still think they are just the same. Just like "Plane Organization" means it has one struct in the array, "Element-by-Element Organization" means it has several structs.

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

その他の回答 (0 件)

カテゴリ

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

タグ

製品


Translated by