poseplot
Syntax
Description
The poseplot
function plots a specified 3-D pose (position
and orientation) as a patch with an xyz-frame at the patch
origin.
poseplot
plots the pose at the coordinate origin position with zero
rotation. The default navigation frame is the north-east-down (NED) frame.
poseplot(
plots the pose with the
specified orientation. The position by default is orientation
)[0 0 0]
.
poseplot(___,
specifies the
navigation frame of the pose plot. frame
)
poseplot(___,
specifies
pose patch properties using one or more name-value arguments. For example,
Name=Value
)poseplot(PatchFaceColor="r")
plots the pose with red face color. For a
list of properties, see PosePatch Properties.
poseplot(
specifies the
parent axes of the pose plot.ax
,___)
returns the
p
= poseplot(___)PosePatch
object. Use p
to modify properties of the
pose patch after creation. For a list of properties, see PosePatch Properties.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2021b