expand
Description
expands all subpipelines in expandedPipeline = expand(pipeline)pipeline, excluding nested subpipelines
(for example, subpipelines of subpipelines). The function reconnects the ports of the
subpipeline components to the corresponding ports in pipeline.
Because components within a pipeline must have unique names, expand
resolves any naming conflicts by appending a numeric suffix to the component names from the
subpipelines.
expands the subpipelines specified by expandedPipeline = expand(pipeline,subpipelineNames)subpipelineNames.
Examples
Input Arguments
Output Arguments
Tips
Version History
Introduced in R2026a
See Also
LearningPipeline | series | parallel | view