My syntax with websave is:
websave('examplefilename_websave.nc','http://ncss.hycom.org/thredds/ncss/GLBv0.08/expt_53.X/data/1994?var=surf_el&north=18.5&west=276&east=289&south=8&disableProjSubset=off&horizStride=1&time=1995-01-01T09%3A00%3A00Z&vertCoord=&accept=netcdf4');
and my syntax with wget is:
wget -O examplefilename_wget.nc http://ncss.hycom.org/thredds/ncss/GLBv0.08/expt_53.X/data/1994?var=surf_el&north=18.5&west=276&east=289&south=8&disableProjSubset=off&horizStride=1&time=1995-01-01T09%3A00%3A00Z&vertCoord=&accept=netcdf4
Thanks for your time!
Sam