need help to how to solve this

2 visualizaciones (últimos 30 días)
Abdur Rob
Abdur Rob el 24 de Sept. de 2020
Respondida: madhan ravi el 24 de Sept. de 2020
function T = trio(n,m)
T =ones([(n*3) m]);
Then, got problem how to do so?

Respuestas (1)

madhan ravi
madhan ravi el 24 de Sept. de 2020
doc repmat
doc repelem

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by