calculates the standard deviation of each column of x
function [std_x] = std(x,(nbr));
a matrix (n x q)
any character; if present, the calculation is processed with n instead of (n-1) the default value
a vector (1 x p) containing the standard deviations of the columns of x