autoload ("ncclose", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncredef", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncenddef", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncsync", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncvar", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncatt", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncdim", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncname", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncdatatype", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncautonan", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncautoscale", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncisrecord", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
