problem when use function geoiconchart .

2 views (last 30 days)
eb.az
eb.az on 27 Oct 2024
Commented: eb.az on 29 Oct 2024
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 ?

Accepted Answer

Shreshth
Shreshth on 28 Oct 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.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!