No BSD License  

Highlights from
RADAR simulation

image thumbnail
from RADAR simulation by Yonathan Nativ
an early warning RADAR simulation

dAngle(a,b)
function phi = dAngle(a,b)

d = a-b;
phi = mod(d,2*pi);
if phi > pi
    phi = 2*pi-phi;
end

Contact us at files@mathworks.com