Iterate over model elements
iterate(
iterates over components in the architecture in the order specified by
architecture
,iterType
,iterFunction
)iterType
and invokes the function specified by the function handle
iterFunction
on each component.
iterate(___,
iterates
over components in the architecture, with additional options specified by one or more
name-value pair arguments.Name,Value
)
iterate(___,
passes
all trailing arguments as arguments to additionalArgs
)iterFunction
.