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.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.