Code covered by the BSD License
alpha = linspace(-pi,pi,20); x0 = {}; y0 = {}; for i=1:length(alpha) x0{i} = 0.4*sin(alpha(i)); end for i=1:length(alpha) y0{i} = 2+0.4*cos(alpha(i)); end
Contact us at files@mathworks.com