Main Content

vrnode/parent

(To be removed) Return parent node of vrnode object

Since R2023b

vrnode/parent will be removed in a future release. For more information, see Version History.

Syntax

x = parent(vrnode_object)

Arguments

vrnode_object

The vrnode object queried for the parent node.

Description

x = parent(vrnode_object) returns the vrnode handle to the parent of the virtual world node.

If the argument object is shared using the USE/DEF mechanism, multiple parent objects can be returned.

Version History

Introduced in R2023b

collapse all