Main Content
updateWorldPoints
Syntax
Description
updates the locations of the world points at the specified indices
wpSet
= updateWorldPoints(wpSet
,pointIndices
,worldPoints
)pointIndices
of the world point set wpSet
. Use
this syntax if you added points using the addWorldPoints
function without specifying unique point identifiers
pointIds
.
updates the locations of the world points specified by the point identifiers
wpSet
= updateWorldPoints(wpSet
,pointIds
,worldPoints
)pointIds
, of the world point set wpSet
.Use
this syntax if you added points using the addWorldPoints
function by specifying unique point identifiers
pointIds
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020b