photo

evan muas


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

Followers: 0   Following: 0

统计学

All
  • Introduction to MATLAB Master
  • Community Group Solver
  • Commenter
  • Solver
  • First Answer

查看徽章

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

5 years 前 | 7