evan muas
Followers: 0 Following: 0
Feeds
已回答
how to replace elements in top third, middle third, and bottom third of matix
function T=trio(n,m) T=[ones(n,m);2*ones(n,m);3*ones(n,m)] end
how to replace elements in top third, middle third, and bottom third of matix
function T=trio(n,m) T=[ones(n,m);2*ones(n,m);3*ones(n,m)] end
5 years 前 | 7