Implementing equation doe 3x3 matrix
Show older comments
I have a image below ,please tell how to implement the equation for a 3x3 matrix
please assist
Accepted Answer
More Answers (1)
Walter Roberson
on 19 Dec 2012
[minsum, minidx] = min( sum(abs(bsxfun(@minus, q(:), q(:).'))) );
qVFM = q(minidx);
Categories
Find more on Mathematics and Optimization 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!