How to sum up a matrix n-times?

1 visualización (últimos 30 días)
Sabarinathan Vadivelu
Sabarinathan Vadivelu el 3 de Nov. de 2012
I have a matrix A = [1 2 3 4; 5 6 7 8]
How to sum up a matrix up to n times.?

Respuesta aceptada

James Tursa
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
Sabarinathan Vadivelu
Sabarinathan Vadivelu el 3 de Nov. de 2012
n * A simply multiplies that matrix by a constant know?
Azzi Abdelmalek
Azzi Abdelmalek el 3 de Nov. de 2012
a+a+a=a*3

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by