graph2.m 248 B

123456789
  1. Y = readmatrix("lab_3_rnd.txt");
  2. Y = transpose(Y);
  3. figure;
  4. hold on;
  5. grid on;
  6. boxchart(Y, "JitterOutliers","on", "MarkerStyle", ".")
  7. title("$\bf Error(Fluctuation) \; for \; condition \; 10^0$", 'Interpreter','latex');
  8. xlabel('Fluct')
  9. ylabel('Err')