Afficient way to create "sum matrix"
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Orr Streicher
le 1 Fév 2021
Modifié(e) : Orr Streicher
le 1 Fév 2021
Hi,
So i would like to implement a function that get a vector as input lets :
g=[g1, g2, g3]
and return a matrix that contain a sum of pairs: so for g , the output matrix G contain 9 elements the G(i,j)=g(i)+g(j)
The problem is that g will be very large vector.
Does anyone know an efficient way to do that with sparse matrices
Thanks
0 commentaires
Réponse acceptée
Plus de réponses (1)
Orr Streicher
le 1 Fév 2021
Voir également
Catégories
En savoir plus sur Logical 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!