Why do I get negative values when using circular_mean?
Show older comments
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);
Accepted Answer
More Answers (0)
Categories
Find more on Elementary Math in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!