First of all ...

Be sure to only download the version of SNCTOOLS for your release of MATLAB as specified below.

Subversion Instructions for the Brave

If you want to live on the bleeding edge, you may use subversion to get the latest updates before a release is officially made. You might also end up with a non-functional version of snctools , but hey, you're a grownup, you're capable of making those decisions.

  svn co https://mexcdf.svn.sourceforge.net/svnroot/mexcdf/mexnc/trunk ./mexcdf/mexnc
  svn co https://mexcdf.svn.sourceforge.net/svnroot/mexcdf/snctools/trunk ./mexcdf/snctools

What's New

* January 15, 2013 John Evans  -r4033
- Fixed a bad warning on NC_GETVARINFO when java IDs being used.
- Fixed indexing issue for string data retrieved by java backend 
-     (thanks to Brendan DeTracey).
- Fixed issue with grib files when intra-element ordering is to be preserved.

* November 27 2012 John Evans  -r4028
- SQUEEZE call sites removed.  NC_VARGET will try to restore any leading
- singleton dimensions that were removed because of the 
- row-major-col-major order issue.  

- Forcing integer COUNT argument in private/snc_get_indexing.


* October 30 2012 John Evans  -r4024
- Fixed indexing bug that crept into java backend.

* October 10 2012 John Evans  -r4020
- Added THREDDS_DUMP and THREDDS_INFO to top-level.
- Fixed bugs in OPeNDAP string handling.

* October 05 2012 John Evans  -r4015
- Fixed bug in netcdf-java backend where a file on the matlab path 
- wouldn't be read if the full path wasn't specified.
- Added debug code to force use of netcdf-java for all reading.
- Minor test modifications.

* September 22 2012 John Evans  -r4007
- Not erroring out on zero-size variables.

* September 14 2012 John Evans  -r4005
- No longer testing SNC2MAT or HDF4 writes.
- Crosslinked NC_ISVAR, NC_ISDIM, NC_ISATT help.

* May 28 2012 John Evans  -r3998
- Fixed testing issue with GRIB setup.

* April 19 2012 John Evans  -r3996
- Added THREDDS_INFO, THREDDS_DUMP in examples folder
- Added NC_ISDIM (thanks to Gerben de Boer)

* April 11 2012 John Evans  -r3985
- Fixed bug where only first unlimited dimension in enhanced file was
- being correctly labeled.

.
.
.