need help to how to solve this
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
function T = trio(n,m)
T =ones([(n*3) m]);
Then, got problem how to do so?

0 comentarios
Respuestas (1)
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!