atand
Inverse tangent in degrees
atand(A)
A
x = linspace(-50,50); y = atand(x); plot(x,y,'.-'); xlabel('x') ylabel('atand(x)')