Scilab Function
Last update : 7/5/2006
cdfgetglobalattributes - Get the global attributes of the CDF file
Calling Sequence
- attributes = cdfgetglobalattributes(filename)
Parameters
-
filename
: string, path of the CDF file
-
attributtes
: A struct array
Description
attributes = cdfgetglobalattributes(filename) returns in
attributes a struct array. The struct fields names are the global
attribute names, while the associated values are the global attributes values.Examples
See Also
cdfgetvariableattributes, cdfread, cdfload,
Authors
-
Serge Steer
INRIA
Bibliography
CDF C Reference Manual, version 3.1 January 2006 Space Physics Data Facility NASA.
Used Function
cdflib