Why do I get negative values when using circular_mean?
Ältere Kommentare anzeigen
I have an array 99x105. I want to work out the mean (dim 2).
This is what I have:
radxx=deg2rad(xx);
mxx=circ_mean(radxx,[],2);
mean_xx=radtodeg(mxx);
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Elementary Math finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!