When trying to compute the arctangent of two variables, I get the error:
"Undefined function 'atan2' for input arguments of type 'sdpvar'."
Then, when I define atan2 using inequalities, I get the error:
"The following error occurred converting from constraint to logical:
Conversion to logical from constraint is not possible."
Does anyone have any suggestions as to how to implement a signed arctangent function using these solvers?
Thank you,
Kevin