Community Profile

photo

evan muas


Last seen: más de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Respondida
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

más de 4 años hace | 7