[A1,...,An] = fromRadians(toUnits,R1,...,Rn)
converts the angles specified by R1,...,Rn from radians to the units
specified by toUnits. This function is useful for converting angles
from radians when you do not know the output units until run-time.
Angles in degrees or radians, returned as the same number of numeric arrays as in
R1,...,Rn. The size of each output array matches the size of the
corresponding input array.