Scilab Function
Last update : 7/5/2006
cdfread - Reads selected variables from CDF file
Calling Sequence
- [V1,...,Vn] = cdfread(filename,names)
Parameters
-
filename
: string, path of the CDF file
-
names
: vector of size n: which contains the names of the requested variables.
-
Vi
: The Scilab variable associated to the ith requested variable in the
CDF file.
Description
[V1,...,Vn] = cdfread(filename,names) returns in
Vi the value of the the CDF variable named names(i). The number of
lhs arguments should be equal to the size of names. Examples
See Also
cdfload, cdfgetvariableattributes, cdfgetglobalattributes, cdf2date,
Authors
-
Serge Steer
INRIA
Bibliography
CDF C Reference Manual, version 3.1 January 2006 Space Physics Data Facility NASA.
Used Function
cdflib