tf = ismultipoint(shape)
returns a logical array whose elements are 1 (true)
when the corresponding shape object in shape is a multipoint shape. A
shape object is a multipoint shape when it is a
geopointshape or mappointshape object and the value of
its NumPoints property is greater than 1.
Accessing the coordinate properties of a point shape array is not supported when the array contains multipoint shapes. You can determine whether an array contains multipoints by using the ismultipoint and any functions.
Create an array of geopointshape objects that represent locations in Boston, and determine which are multipoint shapes.
Use the any function to check whether the ismultipoint function detected any multipoint shapes in the array. A value of 0 indicates that the array does not contain multipoint shapes.
any(tf1,"all")
ans = logical
0
Create a multipoint shape that represents three locations. Add the multipoint shape to the end of the array.
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.