07-May-2021 19:29:12 stats_test(): MATLAB/Octave version 9.9.0.1467703 (R2020b) Test stats(), with the interface: [n,sum,min,mean,max,var,std] = stats(x) Call 10 times with random values; Compare results with MATLAB vector calculation. n1 = 10, n2 = 10 sum1 = 6.23855, sum2 = 6.23855 min1 = 0.0975404, min2 = 0.0975404 mean1 = 0.623855, mean2 = 0.623855 max1 = 0.964889, max2 = 0.964889 var1 = 0.119614, var2 = 0.119614 std1 = 0.345852, std2 = 0.345852 stats_test(): Normal end of execution. 07-May-2021 19:29:12