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.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.