| Contents | Index |
epoch16 = cdflib.computeEpoch16(timeval)
epoch16 = cdflib.computeEpoch16(timeval) converts the time value specified by timeval into a CDF_EPOCH16 value.
epoch16 |
CDF Epoch16 time value. If the input argument timeval has m-by-10 elements, the return value epoch16 will have size 2-by-m |
Convert the time value into an CDF_EPOCH16 value:
timeval = [1999; 12; 31; 23; 59; 59; 50; 100; 500; 999]; epoch16 = cdflib.computeEpoch16(timeval);
This function corresponds to the CDF library C API routine computeEPOCH16. To use these functions, you must be familiar with the CDF C interface. Read the CDF documentation at the CDF Web site. For copyright information, see the cdfcopyright.txt file.
cdflib.computeEpoch | cdflib.epoch16Breakdown | cdflib.epochBreakdown
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |