struct2tabler( s )

Function to recursively iterate through structures to return a table.
109 Downloads
Updated 25 Mar 2016

View License

struct2tabler Function to recursively iterate through structures to return a table.
T = STRUCT2TABLER(S) converts structures nested in structures to a table T. Each variable in the structures become an element of the table. Column names of the returned table are prefixed with the parent structure.

Cite As

Michael Sansoni (2024). struct2tabler( s ) (https://www.mathworks.com/matlabcentral/fileexchange/56165-struct2tabler-s), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Data Type Conversion in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Update variable names

1.0.0.0