photo

Juvraj Singh Sandhu


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

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];

4 years 前 | 4