how to sum first 140 elements every time in an (1 * 21000) array
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
pavan kumar
el 19 de Nov. de 2019
Comentada: pavan kumar
el 19 de Nov. de 2019
a=rand(1,21000);
how to add (1 to 140,141 to 280, 281 to 420........elements up to 20861 to 21000. and totally i have 21000/140=150 i.e (1row * 150 columns)
and store it in same 'a'
0 comentarios
Respuesta aceptada
Más respuestas (1)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices 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!