| Contents | Index |
netcdf.setChunkCache(csize,nelems,premp)
netcdf.setChunkCache(csize,nelems,premp) sets the default chunk cache settings used by the NetCDF library.
Settings apply for subsequent file open or create operations, for the remainder of the MATLAB session or until you issue a clear mex call. This function does not change the chunk cache settings of files already open.
This example sets the cache chunk size used by the NetCDF library.
netcdf.setChunkCache(32000000, 2003, .75)
This function corresponds to the nc_set_chunk_cache function in the NetCDF library C API.
For copyright information, read the netcdfcopyright.txt and mexnccopyright.txt files.

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |