Community Profile

photo

evan muas


Last seen: plus de 3 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

A répondu
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

plus de 4 ans il y a | 7