X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=mart%2Fex10%2Fplots.m;h=f75c34eb1c3ca6b236b22bba6ca43f69bee5e875;hb=ac75c3cbb6f36618f91d1cb8d552c1cde8b70819;hp=0fe0e717ffbaa282d6bd3fc4f4e1a2e182db7da5;hpb=a832616da0fb23dda676331172b40758183303ff;p=des2015.git 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");