Clear Filters
Clear Filters

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

2 views (last 30 days)
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

Accepted Answer

Aaditya Kalsi
Aaditya Kalsi on 6 Jul 2012
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 Comment
HaveF
HaveF on 7 Jul 2012
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.

Sign in to comment.

More Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!