for i=1:timestep
x(i)^2+x((12i+1)^2-x(2i)x((i-1)2+1)<=0
end
I have written it as follows but I am not sure if the the YALMIP will recognise it as a SOC constraint or not.
for i=1:timestep
Constraints=[Constraints, norm([2x(i);2x((i)*12+1);x(2i)-x((i-1)2+1)])-x(2i)-x((i-1)2+1)<=0
end
Thank you in advance