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!