myfun = @(block_struct) reshape(block_struct.data,m,1); x1 = blockproc(x1,[nr nc],myfun); x1 = reshape(x1,m,Nb); x1 = sum(x1,2); x = reshape(x1,nr,nc);
(nr, nc, Nb, m, x1)
source not stored for this graph (policy: none)
no test coverage detected