Implementing equation doe 3x3 matrix
이전 댓글 표시
I have a image below ,please tell how to implement the equation for a 3x3 matrix
please assist
채택된 답변
추가 답변 (1개)
Walter Roberson
2012년 12월 19일
[minsum, minidx] = min( sum(abs(bsxfun(@minus, q(:), q(:).'))) );
qVFM = q(minidx);
카테고리
도움말 센터 및 File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!