plotPlatform
Syntax
Description
plotPlatform(
specifies positions of M platforms whose positions are plotted by
platPlotter
,positions
)platPlotter
. Specify the positions as an M-by-3
matrix, where each column of the matrix corresponds to the x-,
y-, and z-coordinates of the platform
locations.
plotPlatform(
also specifies the corresponding velocities of the platforms. Velocities are plotted as line
vectors emanating from the positions of the platforms. If specified, velocities must have
the same dimensions as positions.platPlotter
,positions
,velocities
)
plotPlatform(
also specifies a cell vector of length M whose elements contain the text
labels corresponding to the M platforms specified in the positions
matrix. If omitted, no labels are plotted.platPlotter
,positions
,labels
)
plotPlatform(
specifies velocities and text labels corresponding to the M platforms
specified in the positions matrix.platPlotter
,positions
,velocities
,labels
)
plotPlatform(
specifies the dimension and orientation of each plotted platform.platPlotter
,positions
,___,dimensions
,orientations
)
plotPlatform(
specifies the extent of each platform using meshes.platPlotter
,positions
,___,meshes
,orientations
)
Use of meshes requires Sensor Fusion and Tracking Toolbox™.
Examples
Input Arguments
Version History
Introduced in R2021a