How to vectorize double sum
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Esegboria Osarhemen
le 9 Fév 2019
Commenté : Esegboria Osarhemen
le 9 Fév 2019
Please how can i vectorize this double sum
N=4
x=randn(3,N);
for i=1:N-1
for j=2:N
if j>i
a=x(:,i)-x(:,j)
end
end
end
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!