Standard deviation - MATLAB std
www.mathworks.com › help › matlabS = std (A,w,'all') computes the standard deviation over all elements of A when w is either 0 or 1. This syntax is valid for MATLAB ® versions R2018b and later. example. S = std (A,w,dim) returns the standard deviation along dimension dim for any of the previous syntaxes.