Main Content
component
Class: simscape.multibody.Multibody
Namespace: simscape.multibody
Syntax
Description
extracts a component object, C
= component(mb
,path
)C
, from the simscape.multibody.Multibody
object, mb
. The
path
argument is the path of the component object in the
mb
object and can have more than one elements. In other words, the
component
method can extract an object from any hierarchical level of the
mb
object.
The extracted object is a copy of the original component object. Therefore, any subsequent changes to the extracted copy do not affect the original component object.
Input Arguments
Output Arguments
Version History
Introduced in R2022a