From d87b40c3cbbe6ab2b10d1af5b8d8ec6aa01b1d92 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 2 Oct 2015 13:44:24 +0200 Subject: [PATCH] update --- mart/ex10/plots.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mart/ex10/plots.m b/mart/ex10/plots.m index 0fe0e71..f75c34e 100644 --- a/mart/ex10/plots.m +++ b/mart/ex10/plots.m @@ -21,5 +21,5 @@ ylabel("Time (µs)"); text(2000, 22.9, sprintf("Min: %.3f µs", max(d))); text(2000, 22.7, sprintf("Mean: %.3f µs", mean(d))); text(2000, 22.5, sprintf("Std: %.3f µs", std(d))); -text(2000, 21.3, sprintf("Max: %.3f µs", max(d))); +text(2000, 22.3, sprintf("Max: %.3f µs", max(d))); print("-dsvg", "ex10d.svg"); -- 2.20.1