I encountered a small problem when running m_gshhs_i after installing High Precision Shoreline GSHHS
First, review the installation method:
Step1:
Download GSHHS coastlines and WDBII rivers/borders in native binary format ( zip archive )‘gshhs+wdbii_2.2.0.zip’ from http://www.soest.Hawaii.edu/pwessel/gshhs/Step 2:
unzip the zip file to the (……\MATLAB\toolbox\m_map\private) path
If there is no problem using m_gshhs_i in matlab after the above two steps, then there is no need to perform the operation and just use it normally. If the error is reported using m_gshhs_i as follows.
WARNING: Coastline file private/gshhs_i.b not found \n(Have you installed it?See the M_Map User's Guide for details)\n ---Using default coastline instead
Then we need to go to ……\MATLAB\toolbox\m_map\path to find the m_gshhs.m file, open it and find
FILNAME='private/gshhs_i.b';
Modify it with:
FILNAME='private\';
After saving, use m_gshhs_i again and find that it works fine. If it does not work properly after modification, then try modifying it to
FILNAME='The path to matlab on your computer\MATLAB\toolbox\m_map\private\';
At this time, it can be used normally m_gshhs_i.
Read More:
- [Solved] MATLAB Error: Wrong use of commLTETurboDecoder/step
- How to Solve “License Manager Error -8” Error After MATLAB2018a is Installed
- Matlab R2019b License Manager Error -103 [How to Solve]
- Matlab 2018a Error: License Manager Error-8 [Solved]
- [Solved] matlab error: try to write SCRIPT vl_sift is executed as a function
- [Solved] Git Error: client_global_hostkeys_private_confirm: server gave bad signature for RSA key 0
- Git push Submit to Remote Error: “remote: Support for password authentication was removed on August 13, 2021.“
- Mac Docker pull Error: Error response from daemon: Get https://xx.xx.xx.xx/v2/: Service Unavailable
- M1 MacBook cannot use pip to install pandas [How to Solve]
- [Vagrant] When vagrant up, it stops at “SSH auth method: private key” and times out.
- How to Fix the printer error 0x00000709 on Windows
- [How to Fix] Spring boot startup error: could not resolve placeholder
- [Solved] ShardingSphere Error: Sharding value must implements Comparable.
- Vagrant up Error: Warning: Authentication failure. Retrying…[How to Solve]
- UE4 Package Pico Project Error: error: ‘Resource‘ is a private member of ‘FOpenGLTextureBase‘
- error: (-215:Assertion failed) size.width>0 && size.height>0 in function ‘cv::imshow‘
- [Solved] Chrome Error: The request client is not a secure context
- [Solved] But was actually of type ‘com. Sun. Proxy. $proxy**‘
- How to Solve Internal Server Error: /swagger/v1/swagger.json
- [Solved] KEIL Run Error: \KEY.axf: Error: L6218E: Undefined symbol EXTI_ClearITPendingBit (referred from exit.o).