Sum (rendezvous equation) in matlab
이전 댓글 표시
I want to write the below equation(rendezvous) in matlab, i belongs to {1,2,…,7} , write a for loop for i and a switch for j, but I don’t know how to write the sum properly, will you help

답변 (1개)
Andrei Bobrov
2016년 7월 2일
out = sum(bsxfun(@minus,x(:),x(:)'),2);
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!