<< CL_graduate Utilities CL_home >>

CelestLab >> Utilities > CL_hms2sec

CL_hms2sec

Hours, minutes, seconds to seconds conversion

Calling Sequence

secs = CL_hms2sec(hms)

Description

Parameters

hms:

Hours, minutes and seconds (3xN)

secs:

Seconds (1xN)

Authors

See also

Examples

hms = [17 ; 19 ; 30.5];
secs = CL_hms2sec(hms)

Report an issue
<< CL_graduate Utilities CL_home >>