From: Mart Lubbers Date: Fri, 2 Oct 2015 11:44:24 +0000 (+0200) Subject: update X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;ds=sidebyside;h=d87b40c3cbbe6ab2b10d1af5b8d8ec6aa01b1d92;p=des2015.git update --- 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");