How to sum up a matrix n-times?

1 view (last 30 days)
I have a matrix A = [1 2 3 4; 5 6 7 8]
How to sum up a matrix up to n times.?

Accepted Answer

James Tursa
James Tursa on 3 Nov 2012
Edited: James Tursa on 3 Nov 2012
n*A ???
You will need to provide a sample input & output so we can understand what you really want.
  3 Comments
Sabarinathan Vadivelu
Sabarinathan Vadivelu on 3 Nov 2012
n * A simply multiplies that matrix by a constant know?

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!