removeComponent

Remove component from view

Description

removeComponent(object,compPath) removes the component with the specified path.

removeComponent is a method for the class systemcomposer.view.ViewArchitecture.

Input Arguments

collapse all

View architecture, specified as a systemcomposer.view.ViewArchitecture object.

Path to the component including the name of the top-model, specified as a character vector.

Data Types: char

Introduced in R2019b