IRIS Toolbox Reference Manual
plus
Merge entries from two databases together
Syntax
D = D1 + D2
Input arguments
D1
[ struct ] - First input database.
D2
[ struct ] - Second input database.
Output arguments
D
[ struct ] - Output database with entries from both input database; if the same entry name exists in both databases, the second database is used.
Description
Example