remove
Description
removes the components and pipelines listed in newPipeline = remove(pipeline,pipeNames)pipeNames from the
pipeline pipeline. All connections to the
pipeNames components and pipelines are also removed.
pipeNames cannot refer to a component within a subpipeline of
pipeline.
Examples
Input Arguments
Output Arguments
Tips
To remove ports from a pipeline
p, remove names from the pipeline propertiesp.Inputsorp.Outputs. For example, to remove the port named"X"from the pipeline's outputs, specifyp.Outputs(p.Outputs=="X") = [].
Version History
Introduced in R2026a


