Date: Jan 23, 2013 6:35 AM Author: Bruno Luong Subject: Re: Summation of elements in an array A = rand(9600,1); % your datas = sum(reshape(A,80,[]),1)% Bruno