Implementing equation doe 3x3 matrix
Ältere Kommentare anzeigen
I have a image below ,please tell how to implement the equation for a 3x3 matrix
please assist
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 19 Dez. 2012
[minsum, minidx] = min( sum(abs(bsxfun(@minus, q(:), q(:).'))) );
qVFM = q(minidx);
Kategorien
Mehr zu Mathematics and Optimization 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!