[TOC]
radtodeg
Converting radian to degree
Usage
radtodeg(A)
A
should be an array of numbers in radians, which can be complex or real.
The output is an array of the same size as
A
.
The output array contains the value in degrees of each element of
A
.