Implementing equation doe 3x3 matrix
Mostrar comentarios más antiguos
I have a image below ,please tell how to implement the equation for a 3x3 matrix
please assist
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 19 de Dic. de 2012
[minsum, minidx] = min( sum(abs(bsxfun(@minus, q(:), q(:).'))) );
qVFM = q(minidx);
Categorías
Más información sobre Mathematics and Optimization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!