Sum (rendezvous equation) in matlab
Afficher commentaires plus anciens
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

Réponses (1)
Andrei Bobrov
le 2 Juil 2016
out = sum(bsxfun(@minus,x(:),x(:)'),2);
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!