edit-finding mean
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
3 commentaires
Réponse acceptée
Andrei Bobrov
le 31 Jan 2012
out = [CLL_combinations(:,1:2,:) mean(CLL_combinations(:,3:end,:),2)]
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!