gistlib
main.mr1 = 1; % radius r1 r2 = linspace(r1, 3*r1, 11); % create a vector of the radius r2 from r2 = r1 to r2 = 3r1 with 11 elements 126 chars3 lines
r1 = 1; % radius r1 r2 = linspace(r1, 3*r1, 11); % create a vector of the radius r2 from r2 = r1 to r2 = 3r1 with 11 elements
gistlibby LogSnag