edit-finding mean
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Andrei Bobrov
el 31 de En. de 2012
out = [CLL_combinations(:,1:2,:) mean(CLL_combinations(:,3:end,:),2)]
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!