Create array Arr with 5 rows and 4 columns with each element = 5
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how to do
1 Commento
James Tursa
il 26 Set 2019
What have you done so far? What specific problems are you having with your code? Do you know how to create a matrix?
Risposte (1)
James Tursa
il 26 Set 2019
Modificato: James Tursa
il 26 Set 2019
Hint:
doc zeros
doc ones
doc repelem
doc repmat
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!