I need your help in the following situation. I have a 100x100 matrix with angle values ranging from -180 to 180. I would like to calculate the atan2 values for the above mentioned matrix, and the output should be in the same format (100x100 matrix).
Thanks for your reply. As I am having my input as angles in the range of -180 to 180 in degrees, how can I convert this angle in to x and y? Since atan2() function will be taken in the form of atan2(y,x) or other forms with x and y.
So could you help me in this regard. Thanks in advance.