for i=1:100 wt = 24*i*0.01; x(i)=12.5*cos(wt+pi/6); end
for i=1:5 for j=1:20 amp=i*1.2; wt=j*0.05; v(i,j)=amp*sin(wt); end end