yworld = computeBoundaryModel(boundary,xworld)
returns the y-coordinates of lane boundary points,
yworld, derived from a lane boundary,
boundary, at points specified by the
x-coordinates, xworld. All points are in
world coordinates.
yworld — y-world coordinates real-valued vector of length N
y-world coordinates, returned as a real-valued vector
of length N, where N is the number of
coordinates. The length and data type of yWorld are the
same as for xWorld.