multiply numbers in a table
Afficher commentaires plus anciens
Assume the following numbers in a table
1
2
3
4
How can I multiply them in the following manner:
1
1
1
1
2
2
2
2
3
3
3
3
4
4
4
4
thanks
1 commentaire
John D'Errico
le 14 Nov 2014
You mean to replicate them, not multiply them. Multiplication is an arithmetic operation as I recall.
Réponse acceptée
Plus de réponses (3)
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!