gdaVars#
Purpose#
Gets the number of variables in a GAUSS Data Archive.
Format#
- nvars = gdaVars(filename)#
- Parameters:
filename (string) – name of data file.
- Returns:
nvars (scalar) – the number of variables in filename.
Examples#
nvars = gdaVars("myfile.gda");
Source#
gdafns.src
See also
Functions gdaReportVarInfo()
, gdaGetNames()