Be sure to only download the version of SNCTOOLS for your release of MATLAB as specified below.
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
* 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. * March 25 2012 John Evans -r3982 - Fixed minor bug with NC_DUMP file identifiers. * March 13 2012 John Evans -r3981 - Restricting enhanced model testing to R2011b or higher. * March 01 2012 John Evans -r3978 - Updated for R2012 support (OPeNDAP!). * February 28 2012 John Evans -r3975 - Private function snc_turnoff_log4j modified to run just once per - MATLAB session. * February 26 2012 John Evans -r3974 - Backwards incompatibility. NC_INFO no longer returns single cellstr - values for attributes. They are instead returned as char arrays. * February 12 2012 John Evans -r3966 - Fixed snctools for change in netcdf-java authentication. - Updated README for clearer netcdf-java requirements. * January 12 2012 John Evans -r3958 - Updated the README for official HDF4 stance. * January 05 2011 John Evans -r3953 - Fixed catch-and-rethrow error situation on win64, 2008a, HDF4 layer. - Was not warning about bad missing value / fill value situations. - Fixed some bad testing situations with win64, 2008a configuration. * December 18 2011 John Evans -r3945 - Added NC_VARGETR, a 'raw' version of NC_VARGET. - Removed support for HDF4 STD SCALING preference. - Fixed bug that crept in NC_VARPUT, mexnc layer. * December 13 2011 John Evans -r3925 - Fixed testing directory issues (hopefully!) Now we run the tests - from outside of the test directory. Fixed additional tests for - NC_DUMP. * December 02 2011 John Evans -r3916 - mexnc NC_INFO backend made consistent with others on default "Group" name. - Fixed tabs/spaces NC_DUMP bug with enhanced datatypes. - Labeling unrecognized datatypes as 'UNRECOGNIZED'. - Some NC_DUMP testing improvements. . . .