repositories
/
des2015.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a832616
)
update
author
Mart Lubbers
<mart@martlubbers.net>
Fri, 2 Oct 2015 11:44:24 +0000
(13:44 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Fri, 2 Oct 2015 11:44:24 +0000
(13:44 +0200)
mart/ex10/plots.m
patch
|
blob
|
history
diff --git
a/mart/ex10/plots.m
b/mart/ex10/plots.m
index
0fe0e71
..
f75c34e
100644
(file)
--- 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, 2
1
.3, sprintf("Max: %.3f µs", max(d)));
+text(2000, 2
2
.3, sprintf("Max: %.3f µs", max(d)));
print("-dsvg", "ex10d.svg");