Community Profile

photo

PRAKASH ANAND


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

All
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


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:...

más de 4 años hace

Respondida
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

más de 4 años hace | 9