Ugur Aygun
Followers: 0 Following: 0
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'...
8 years 前 | 2