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];
5년 초과 전 | 4
