Matlab 2020b can't access GHRSST using OpenDAP url

Hi there,
I try to use the OpenDAP url to access the GHRSST data using Matlab (version 2020b). I use the following script as:
lon = ncread('https://podaac-opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L4/GLOB/JPL/MUR/v4.1/2012/261/20120917090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.nc','lon');
I encounter the following message:
Error using netcdflib The NetCDF library encountered an error during execution of 'open' function - 'I/O failure (NC_EIO)'. If the data source was an OPeNDAP URL, see the OPeNDAP Troubleshooting section in the Users Guide.
Anyone have any idea of what happen?
Thanks!
WL
I try to use the OpenDAP url to access the GHRSST data using Matlab (version 2020b). I use the following script as:
lon = ncread('https://podaac-opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/GDS2/L4/GLOB/JPL/MUR/v4.1/2012/261/20120917090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.nc','lon');
I encounter the following message:
Error using netcdflib The NetCDF library encountered an error during execution of 'open' function - 'I/O failure (NC_EIO)'. If the data source was an OPeNDAP URL, see the OPeNDAP Troubleshooting section in the Users Guide.
Anyone have any idea of what happen?
Thanks!
WL