How to sum 3D matrix along 2 and 3 dimention
34 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ole
el 8 de Jul. de 2022
Respondida: Stephen23
el 8 de Jul. de 2022
There is 20x10x10 matrix how to sum all elements in the 2D slices along the 20 elements.
The end result should be 20x1 vector
B = ones(20,10,10);
0 comentarios
Respuesta aceptada
Más respuestas (0)
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!