MATLAB: Edit-finding mean

meanno_question

but walter i am getting only for first combinations,for next 49 combinations i am not getting anything
CLL_combinations(:,:,1) =
90.0000 90.0000 -0.1500 -0.5700 0.6300 0.6000 96.0000 96.0000 -0.0700 -0.1500 -0.0100 0.3000 ; ; ; ; CLL_combinations(:,:,50)
i have 50 combinations like this

Best Answer

out = [CLL_combinations(:,1:2,:) mean(CLL_combinations(:,3:end,:),2)]