Next: table, Previous: string, Up: API Alphabetically [Contents]
8.2.54 struct2table ¶
- Function:
out = struct2table (s) ¶
- Function:
out = struct2table (…, 'AsArray', AsArray) ¶
-
Convert struct to a table.
Converts the input struct s to a table.
s may be a scalar struct or a nonscalar struct array.
The AsArray option is not implemented yet.
Returns a table.