Afficient way to create "sum matrix"
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Orr Streicher
el 1 de Feb. de 2021
Editada: Orr Streicher
el 1 de Feb. de 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 comentarios
Respuesta aceptada
Más respuestas (1)
Orr Streicher
el 1 de Feb. de 2021
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!