Scilab Function
Last update : 7/5/2006
cdfgetvariableattributes - Get the attributes of the
variables stored in a CDF file
Calling Sequence
- attributes = cdfgetvariableattributes(filename)
Parameters
-
filename
: string, path of the CDF file
-
attributtes
: A cell
Description
attributes = cdfgetvariableattributes(filename) returns in
attributes a cell array.attributes(1,2:$) is the array of variable names,
attributes(2:$,1) is the array of attribute names
attributes(i+1,j+1) is the ith attributes value for variable
j
Examples
See Also
cdfgetglobalattributes, cdfread, cdfload,
Authors
-
Serge Steer
INRIA
Bibliography
CDF C Reference Manual, version 3.1 January 2006 Space Physics Data Facility NASA.
Used Function
cdflib