Main Content

removeConnector

Class: simscape.multibody.Multibody
Namespace: simscape.multibody

Remove existing connector from Multibody object

Since R2022a

Description

removeConnector(mb,connectorName) removes the connector, connectorName, from the simscape.multibody.Multibody object, mb.

Input Arguments

expand all

Multibody system, specified as a simscape.multibody.Multibody object.

Name of the connector, specified as a string scalar or character vector.

Example: "endEffectorFrame"

Attributes

Accesspublic

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2022a