Y = readmatrix("lab_3_rnd.txt"); Y = transpose(Y); figure; hold on; grid on; boxchart(Y, "JitterOutliers","on", "MarkerStyle", ".") title("$\bf Error(Fluctuation) \; for \; condition \; 10^0$", 'Interpreter','latex'); xlabel('Fluct') ylabel('Err')