Sum (rendezvous equation) in matlab
Show older comments
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

Answers (1)
Andrei Bobrov
on 2 Jul 2016
out = sum(bsxfun(@minus,x(:),x(:)'),2);
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!