v = cat(1,v1,v2,...)
concatenates the geographic or planar vectors
v1,v2, and so on, along the first
dimension. If the class type of any property is a cell array, then the resultant
field in the output v is also a cell array.
The concatenated vector has three features, and all features have all dynamic properties. Default property values are used when the value was not specified in the original geopoint vector. For example, the 'Temperature' value of the first feature is set to 0 since no 'Temperature' value was specified in gp1.
v1,v2,... — Geographic or planar vectors to be concatenated geopoint, geoshape,
mappoint, or mapshape
objects
Geographic or planar vectors to be concatenated, specified as geopoint, geoshape, mappoint, or mapshape objects. All of
v1, v2,… are the same type of
object.
v — Concatenated geographic or planar vector geopoint, geoshape,
mappoint, or mapshape
object
Concatenated geographic or planar vector, returned as a geopoint, geoshape, mappoint, or mapshape object. The object
type of v matches the object type of
v1,v2,....