need help to how to solve this

1 次查看(过去 30 天)
Abdur Rob
Abdur Rob 2020-9-24
function T = trio(n,m)
T =ones([(n*3) m]);
Then, got problem how to do so?

回答(1 个)

madhan ravi
madhan ravi 2020-9-24
doc repmat
doc repelem

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by