Feeds
답변 있음
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'...
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'...
대략 9년 전 | 2
