need help to how to solve this
Afficher commentaires plus anciens
function T = trio(n,m)
T =ones([(n*3) m]);
Then, got problem how to do so?

Réponses (1)
madhan ravi
le 24 Sep 2020
doc repmat
doc repelem
Catégories
En savoir plus sur Matrix Indexing 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!