How to sum up a matrix n-times?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a matrix A = [1 2 3 4; 5 6 7 8]
How to sum up a matrix up to n times.?
0 Commenti
Risposta accettata
James Tursa
il 3 Nov 2012
Modificato: James Tursa
il 3 Nov 2012
n*A ???
You will need to provide a sample input & output so we can understand what you really want.
3 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!