edit-finding mean
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Andrei Bobrov
il 31 Gen 2012
out = [CLL_combinations(:,1:2,:) mean(CLL_combinations(:,3:end,:),2)]
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!