res = asind(x)
asind computes the inverse sine in degrees for each element ofx.
x = [-50 -20 0 20 50]; y = asind(x)