for loop to create a vector based on an equation in MATLAB

后端 未结 0 1078
无人共我
无人共我 2020-12-07 06:15

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题