v = vertcat(v1,v2,...)
vertically concatenates the geographic or planar vectors v1,
v2, and so on. If the class type of any property is a cell
array, then the resultant field in the output v is also a cell
array.
Vertically concatenate the vectors into a single mapshape vector.
ms = vertcat(ms1, ms2, ms3)
ms =
4×1 mapshape vector with properties:
Collection properties:
Geometry: 'line'
Metadata: [1×1 struct]
Vertex properties:
(4 features concatenated with 3 delimiters)
X: [42 NaN 50 NaN 50.1000 NaN 42.1000]
Y: [-110 NaN -101 NaN -101.4000 NaN -110.4000]
Temperature: [65 NaN 73.2000 NaN 77 NaN 65.5000]
Feature properties:
Name: {'point1' 'point2' 'point3' 'point4'}
The concatenated mapshape vector ms is size 4x1 and has four features. Note that the property 'Temperature' is a Vertex property in ms because it is a Vertex property in ms2, even though it is a Feature property in ms1 and ms3.
Geographic or planar vectors to be concatenated, specified as one or many
geopoint, geoshape, mappoint, or mapshape objects. All of
v1, v2,… are the same type of
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,....
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.