harj23.m

function x = harj23( N )
    x = linspace(0,2*pi,N);
    y = linspace(0,360,N);
    x = [x;y];
end

Last modified: Mon Feb 13 15:16:27 2017