meanangle

Takes the mean of a vector of angles avoiding the 360-degree ambiguity.
1,5K download
Aggiornato 13 apr 2005

Nessuna licenza

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.

Cita come

pascal de theije (2025). meanangle (https://it.mathworks.com/matlabcentral/fileexchange/3473-meanangle), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Antennas, Microphones, and Sonar Transducers in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: adjustPolarAngles

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

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