Struct array conversion

버전 1.0.0.0 (27.8 KB) 작성자: Ged Ridgway
Convert in either direction between struct-array and structure of arrays
다운로드 수: 1K
업데이트 날짜: 2010/3/30

라이선스 보기

Usage: new = struct2struct(old)

If 'old' is a scalar struct containing arrays (each with the same number of rows, N) then 'new' will be an N-by-1 struct-array whose fields have a single row.

If 'old' is an N-by-1 struct-array whose fields have a single row (e.g. as returned above) then 'new' will be a scalar structure whose fields have N rows.

Either representation can have advantages for representing basic spreadsheet or database information.

A struct of arrays allows fields to be added and removed more easily and eases computation of filtering or sorting indices.
(A struct of arrays is also the format returned from csv2struct.)

A struct-array makes it easier to apply filtering and sorting operations using the computed indices/indicators.

인용 양식

Ged Ridgway (2024). Struct array conversion (https://www.mathworks.com/matlabcentral/fileexchange/27121-struct-array-conversion), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Types에 대해 자세히 알아보기
도움

받음: csv2struct(filename)

Community Treasure Hunt

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

Start Hunting!

struct_array_conversion/

버전 게시됨 릴리스 정보
1.0.0.0