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 can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.