photo

PRAKASH ANAND


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

All
  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

mehr als 4 Jahre vor

Beantwortet
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

mehr als 4 Jahre vor | 9