Community Profile

photo

Ugur Aygun


Last seen: 18 dagen ago Active since 2016

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
how can I add zeros elements to a matrix?
Hi Moein, Easiest way to do this is to use padarray command. a= [1 2 3; 1 2 3; 1 2 3]; padarray(a,[2,2],0,'post'...

meer dan 7 jaar ago | 2