Switch to unified view

a b/Semantic Features/NotUsed/getInSetStd.m
1
std4 = zeros(1,7);
2
increment = 0;
3
for i = 5676:increment+1:6515
4
    firstRow = i;
5
    lastRow = i+increment;
6
    std4 = vertcat(std4, std(Yraw(firstRow:lastRow,:)) );
7
end
8
std4 = std4(2:end,:);
9
mean(std4);