cdflib.computeTT2000
Description
converts individual UTC-based time components to a tt2000 = cdflib.computeTT2000(timeVec)CDF_TIME_TT2000 timestamp.
If
timeVecis a vector, thentt2000is an integer scalar.If
timeVecis a matrix, thentt2000is an integer vector whose length equals the number of columns oftimeVec.
For more information about CDF_TIME_TT2000 timestamps, see
the More About
section.
Examples
Input Arguments
More About
Tips
This function corresponds to the CDF library C API routine
computeTT2000.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.
Version History
Introduced in R2022b