Geoshow function matlab error -


i trying use geoshow in matlab plot lat lon coordinate, example

geoshow(-75.30355274,-87.96741337)  undefined function 'geoshow' input arguments of type 'double'. 

i have tried using geoshow([-75.30355274],[-87.96741337]) still error. know how can resolve this?

this problem path of function file.

one easy way verify open function in editor , try execute it. make editor try run file, , in case file not in path, prompt message box. choose add path in that, , must fine go.

also mentioned in 1 of comment question please verify if mapping toolbox installed or not.....


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -