addBoundaries
Syntax
Description
Add-On Required: This feature requires the Scenario Builder for Automated Driving Toolbox add-on.
adds lane boundaries with the specified boundary IDs lbsegmentUpdated = addBoundaries(lbsegment,boundaryIDs,boundaryPoints)boundaryIDs, and
the boundary points relative to the specified boundary IDs
boundaryPoints, to the laneBoundarySegment object lbsegment, and returns an
updated laneBoundarySegment object, lbsegmentUpdated.
specifies options using one or more name-value arguments in addition to the input arguments
from the previous syntax. For example, lbsegmentUpdated = addBoundaries(___,Name=Value)Index=1 adds a new lane boundary
as the left-most boundary.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2024a

