필터 지우기
필터 지우기

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