필터 지우기
필터 지우기

Non Redundant data analysis

조회 수: 1 (최근 30일)
Alfonso Lopez
Alfonso Lopez 2015년 12월 3일
편집: Alfonso Lopez 2015년 12월 3일
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!!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by