poseplot
Syntax
Description
poseplot
plots the pose (position and orientation) at the
coordinate origin position with zero rotation. The default navigation frame is the
north-east-down (NED) frame.
poseplot(
plots the pose with orientation
specified by a quaternion quat
)quat
. The position by default is [0 0
0]
.
poseplot(
plots the pose with orientation
specified by a rotation matrix R
)R
. The position by default is [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
Output Arguments
Version History
Introduced in R2021b