fn_structcat

Contents

Syntax

S = fn_structcat(s1,s2,...,'skip|strict')
S = fn_structcat({s1,s2,...},'skip|strict')

Description

Concatenate structures with possible different field names, either by
adding fields [default], or by removing fields absent from at least one
argument ('skip' flag; 'strict' generates an error if fields are not the
same)
See also fn_structmerge

Source

Thomas Deneux

Copyright 2015-2017