meanangle

版本 1.0.0.0 (1.4 KB) 作者: pascal de theije
Takes the mean of a vector of angles avoiding the 360-degree ambiguity.
1.4K 次下载
更新时间 2005/4/13

无许可证

This function calculates the geometric mean of all input angles (in degrees), avoiding any 360-degree ambiguity. The input angles can be between [0 360] or [-180 180] degrees.
Example: anglemean([1 2 3 358],[0 360]) gives 1.0 as mean value.

引用格式

pascal de theije (2024). meanangle (https://www.mathworks.com/matlabcentral/fileexchange/3473-meanangle), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Antennas, Microphones, and Sonar Transducers 的更多信息
致谢

启发作品: adjustPolarAngles

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Added supporting function that is called from within 'meanangle.m'.