res = tand(x)
tand computes the tangent in degree for each element ofx.
A = [0 30 45 60 90 360]; res = tand(A)