Implementing equation doe 3x3 matrix
Afficher commentaires plus anciens
I have a image below ,please tell how to implement the equation for a 3x3 matrix
please assist
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 19 Déc 2012
[minsum, minidx] = min( sum(abs(bsxfun(@minus, q(:), q(:).'))) );
qVFM = q(minidx);
Catégories
En savoir plus sur Mathematics and Optimization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!