Juvraj Singh Sandhu
Followers: 0 Following: 0
Feeds
已回答
how to replace elements in top third, middle third, and bottom third of matix
this will work for all inputs function T= trio(n,m); T1= ones(n,m); T2= 2*ones(n,m); T3= 3*ones(n,m); T= [T1;T2;T3];
how to replace elements in top third, middle third, and bottom third of matix
this will work for all inputs function T= trio(n,m); T1= ones(n,m); T2= 2*ones(n,m); T3= 3*ones(n,m); T= [T1;T2;T3];
4 years 前 | 4