| Contents | Index |
numBuffers = cdflib.getStageCacheSize(cdfId)
numBuffers = cdflib.getStageCacheSize(cdfId) returns the number of cache buffers used for the staging scratch file of the Common Data Format (CDF) file. For more information about cache buffers, see the CDF User's Guide.
cdfId identifies the CDF file.
Open the example CDF file and determine the number of cache buffers used for staging:
cdfId = cdflib.open('example.cdf');
numBuf = cdflib.getStageCacheSize(cdfId)
numBuf =
125
% Clean up
cdflib.close(cdfId)
clear cdfIdThis function corresponds to the CDF library C API routine CDFgetStageCacheSize. To use these functions, you must be familiar with the CDF C interface. Read the CDF documentation at the CDF Web site. For copyright information, see the cdfcopyright.txt file.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |