Section: Mathematical Functions
y = rad2deg(x)
where x is a numeric array. Conversion is done by simply multiplying x by 180/pi.
x
180/pi
--> rad2deg(2*pi) ans = <double> - size: [1 1] 360