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

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Structures 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by