Main Content
show
Description
show(
displays the 3D histogram of the
desired direction calculated by the 3DVFH+ algorithm. The figure also includes the UAV
position, UAV orientation, obstacle positions, and target position specified to the vfh3D
)controllerVFH3D
object vfh3D
at the most recent object call.
show(
specifies options using one or more name-value arguments. For example,
vfh3D
,Name=Value
)show(vfh3D,PlotsToShow="Cost Matrix")
displays only the cost matrix
plot instead of the default histogram.
returns the axes
handles of all displayed histograms, in addition to any combination of input arguments from
previous syntaxes.ax
= show(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b