flattern_struct(inp​ut, name)

버전 1.2.0.0 (667 Bytes) 작성자: uathena
flattern a struct with unknown numbers of nested structs
다운로드 수: 26
업데이트 2017/8/17

라이선스 보기

for example:
input.field1 = struct()
input.field1.field2 = struct()
...
flattern the struct so it only has one layer, then you can convert it to cell/table etc.

인용 양식

uathena (2026). flattern_struct(input, name) (https://kr.mathworks.com/matlabcentral/fileexchange/64057-flattern_struct-input-name), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2017a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Structures에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.2.0.0

fix a bug with string compare

1.1.0.0

add comments about input

1.0.0.0