This MATLAB function returns the standard deviation of the data in a timeseries object. ... TS = timeeries((1:10)');tsstd = std(ts). TSSTD = 3.0277.
確定! 回上一頁