How to use additional files like e.g. gshhs_h.b, WORLDDATAMAP, etc.?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Svetlana Karimova
am 19 Mär. 2014
Bearbeitet: Manal NOURI
am 21 Mai 2021
I need to plot high-resolution coastline in my maps. So I downloaded gshhs_h.b, compressed it, and put into C:\Program Files\MATLAB\R2012b\toolbox\map\mapdata
Then I tried a command 'filename = unzip('gshhs_h.zip', tempdir);' but I got a reply 'Function UNZIP was unable to find file ''gshhs_h.zip''.'
The same with WORLDDATAMAP. Matlab cannot find it. Do I have to do something special?
Thanks!
1 Kommentar
Manal NOURI
am 21 Mai 2021
Bearbeitet: Manal NOURI
am 21 Mai 2021
Please could you tell me from where did you download gshhs_h.b !
Akzeptierte Antwort
Rob Comer
am 23 Mär. 2014
You should first check that the mapdata folder is on your MATLAB path.
You could then try: which gshhs_h.zip
You may need to run: rehash toolbox
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Polygons finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!