problem when use function geoiconchart .
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I want to plot a geo map and add icon , but when I use the function geoiconchart it did not work .
can anyone help me ?
0 Kommentare
Akzeptierte Antwort
Shreshth
am 28 Okt. 2024
Hey Amal,
geoiconchart(lat, lon) displays pushpin icons on the specified latitude and longitude corrdinates and geoiconchart(lat,lon,filename) displays custom icons specified by the image in filename.
To help you furthur, here is the link to MathWorks documentation for use cases of geoiconchart
You can also try an example mentioned in the documentation to understand the functionality better.
Thanks.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!