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