![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16088264_1567376774325_DEF.jpg)
PRAKASH ANAND
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
how to replace elements in top third, middle third, and bottom third of matix
% That's my trio code. %From India. function T=trio(n,m) x=ones(n,m); y=2*x; z=3*x; T=[x;y;z]; end
how to replace elements in top third, middle third, and bottom third of matix
% That's my trio code. %From India. function T=trio(n,m) x=ones(n,m); y=2*x; z=3*x; T=[x;y;z]; end
5 years 前 | 9