How do I plot this function using MATLAB (2D plot)?
t = -2*pi:2*pi; S = {x \\in R^2 s.t |p(t)|<=1 for |t|<=pi/3 } p(t) = x_1*cos(t) + x_2*cos(2t);