Create array Arr with 5 rows and 4 columns with each element = 5
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how to do
1 comentario
James Tursa
el 26 de Sept. de 2019
What have you done so far? What specific problems are you having with your code? Do you know how to create a matrix?
Respuestas (1)
James Tursa
el 26 de Sept. de 2019
Editada: James Tursa
el 26 de Sept. de 2019
Hint:
doc zeros
doc ones
doc repelem
doc repmat
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!