你好,假设A是你的那个2×4的cell
std_val = arrayfun(@(i) std(A{1,i}'), 1:1:size(A), 'uniform',0 )
std_val 就是你需要的标准差