Effacer les filtres
Effacer les filtres

Non Redundant data analysis

1 vue (au cours des 30 derniers jours)
Alfonso Lopez
Alfonso Lopez le 3 Déc 2015
Modifié(e) : Alfonso Lopez le 3 Déc 2015
Hi everyone,
I was wondering how to do data analysis but in an non redundant way. For example:
GR_ACC_oc_m=mean(GR_ACC_oc); % Mean
GR_ACC_oc_std=std(GR_ACC_oc); % Std
GR_ACC_oc_sem=std(GR_ACC_oc)/sqrt(length(GR_ACC_oc)); % Std Error Mean
GR_ACC_oc_stats=[num2cell(GR_ACC_oc_m) num2cell(GR_ACC_oc_std) num2cell(GR_ACC_oc_sem)]; % Mean + Std + Std Error Mean
Now I need to do the same as oc for oi, wc, wi.
I don't know how to do it with a loop
Thanks very much!!

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by