struct2table

displays a struct's contents in a clear way...

이 제출물을 팔로우합니다

Without losing too many words, this has been quite useful for me. Maybe you can also take advantage of this little tool... Anyway, here's a short description:

STRUCT2TABLE(S) displays a table with the field names in the headline
and one row for each struct element:

# [field name 1] [field name 2] ...
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
1 S(1).([field name 1]) S(1).([field name 2]) ...
2 S(2).([field name 1]) S(2).([field name 2]) ...

STRUCT2TABLE(S, F) displays only the fields with the names that are
contained in the cell-array F.

If the elements of F itself are also two-element cell arrays (e.g.
F{1} = {'field1', 'round'}) individual display modes for each
field's values can be set. Until now, two modes have been
implemented, both only effective with numbers:

'normal' - simply the value of the scalar
'round' - the values are rounded before being displayed

(also see "user parameters" below.)

STRUCT2TABLE(H, S, F) displays a headline string H before creating the
table.

USER PARAMETERS Some aspects of the layout of the table can be set
globally. In detail, the parameters are:

N_decimal_digits - used to globally set the number of decimal digits
displayed
(applies only to numbers)
str_disp_true - the string used to indicate locigal true
(applies only to logicals)
str_disp_false - the string used to indicate logical false
(applies only to logicals)

인용 양식

Karl (2026). struct2table (https://kr.mathworks.com/matlabcentral/fileexchange/36214-struct2table), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Structures에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0