flattern_struct(inp​ut, name)

Version 1.2.0.0 (667 Bytes) by uathena
flattern a struct with unknown numbers of nested structs
24 Downloads
Updated 17 Aug 2017

View License

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.

Cite As

uathena (2024). flattern_struct(input, name) (https://www.mathworks.com/matlabcentral/fileexchange/64057-flattern_struct-input-name), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Structures 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.2.0.0

fix a bug with string compare

1.1.0.0

add comments about input

1.0.0.0