How to sum up a matrix n-times?
1 次查看(过去 30 天)
显示 更早的评论
I have a matrix A = [1 2 3 4; 5 6 7 8]
How to sum up a matrix up to n times.?
0 个评论
采纳的回答
James Tursa
2012-11-3
编辑:James Tursa
2012-11-3
n*A ???
You will need to provide a sample input & output so we can understand what you really want.
3 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!