How to sum up a matrix n-times?
1 view (last 30 days)
Show older comments
I have a matrix A = [1 2 3 4; 5 6 7 8]
How to sum up a matrix up to n times.?
0 Comments
Accepted Answer
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
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!