% MEXNC-DOC: type "help mexnc-doc" for mexnc interface information % MEXCDF53: wrapper routine to call mexnc % MEXCDF60: wrapper routine to call mexnc. % % NC_64BIT_OFFSET_MODE: returns integer mnemonic for NC_64BIT_OFFSET % NC_CLOBBER_MODE: returns integer mnemonic for NC_CLOBBER % NC_FILL_MODE: returns integer mnemonic for NC_FILL % NC_LOCK_MODE: returns integer mnemonic for NC_LOCK % NC_NOCLOBBER_MODE: returns integer mnemonic for NC_NOCLOBBER % NC_NOFILL_MODE: returns integer mnemonic for NC_NOFILL % NC_NOWRITE_MODE: returns integer mnemonic for NC_NOWRITE % NC_WRITE_MODE: returns integer mnemonic for NC_WRITE % NC_SHARE_MODE: returns integer mnemonic for NC_SHARE % NC_BYTE: returns constant corresponding to NC_BYTE enumerated constant in netcdf.h % NC_CHAR: returns constant corresponding to NC_CHAR enumerated constant in netcdf.h % NC_DOUBLE: returns constant corresponding to NC_DOUBLE enumerated constant in netcdf.h % NC_FLOAT: returns constant corresponding to NC_FLOAT enumerated constant in netcdf.h % NC_INT: returns constant corresponding to NC_INT enumerated constant in netcdf.h % NC_SHORT: returns constant corresponding to NC_SHORT enumerated constant in netcdf.h % NC_GLOBAL: returns enumerated constant NC_GLOBAL in netcdf.h % % WIN32_MAKE_MEXNC: Build Single-Threaded and Multi-Threaded versions % of mexnc for win32 with NetCDF 3.6.0 (w/large file support)