Community Profile

photo

PRAKASH ANAND


2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4年以上 前

回答済み
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

4年以上 前 | 9