3 lines
77 B
Matlab
3 lines
77 B
Matlab
function u = mean_angle(phi)
|
|
u = angle(mean(exp(i*pi*phi/180)))*180/pi;
|
|
end
|