How to sum up a matrix n-times?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a matrix A = [1 2 3 4; 5 6 7 8]
How to sum up a matrix up to n times.?
0 comentarios
Respuesta aceptada
James Tursa
el 3 de Nov. de 2012
Editada: James Tursa
el 3 de Nov. de 2012
n*A ???
You will need to provide a sample input & output so we can understand what you really want.
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!