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!