photo

evan muas


Last seen: fast 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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

mehr als 4 Jahre vor | 7