need help to how to solve this
Show older comments
function T = trio(n,m)
T =ones([(n*3) m]);
Then, got problem how to do so?

Answers (1)
madhan ravi
on 24 Sep 2020
doc repmat
doc repelem
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!