Deg2HMS:

Path: Common/Transform

--------------------------------------------------------------------------
   Convert radians to hours, minutes and seconds

   Since version 1.
--------------------------------------------------------------------------
   Form:
   [h, m, s] = Deg2HMS( a )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a              (1,:)  Angle in degrees

   -------
   Outputs
   -------
   h              (1,:)  hours or [h;m;s]
   m              (1,:)  minutes
   s              (1,:)  seconds

--------------------------------------------------------------------------

Back to the Common Module page