Path: Common/Transform
-------------------------------------------------------------------------- Convert degrees to degrees, minutes and seconds. Since version 1. -------------------------------------------------------------------------- Form: [d, m, s] = Deg2DMS( a ) -------------------------------------------------------------------------- ------ Inputs ------ a (1,:) Angle in degrees ------- Outputs ------- d (1,:) Degrees or [d;m;s] m (1,:) Minutes s (1,:) Seconds --------------------------------------------------------------------------
Back to the Common Module page