DEG360 is the jSphere module of jLab.

 DEG360  Converts degrees to the range [0, 360].
 
    [D1,D2,...,DN]=DEG360(D1,D2,...,DN) converts the input angles, which 
    are measured in degrees, to the range [0, 360].
 
    More precisely, the output range is defined to include 0, but exclude
    360, so DEG360(360) is defined as 360-EPS where EPS is 1e-10.
 
    DEG360 also works if D1,D2,...,DN are cell arrays of numerical arrays.
 
    See also JDEG2RAD, JRAD2DEG, DEG360, DEGUNWRAP.
 
    'deg360 --t' runs a test.
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2007--2015 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index