have an equation -pi + (2pi/n)l where l = 0,1,2,...64
I have
for l = 0:1:64; xl = -pi .+ ((2.*pi)./n).*l; end
This is my first time