We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc74ca commit f374b73Copy full SHA for f374b73
example/bench_stem.m
@@ -0,0 +1,7 @@
1
+f = mfilename("fullpath") + ".m";
2
+
3
+fno = @() stdlib.stemed(f);
4
5
+t_no = timeit(fno);
6
7
+disp("No Java: " + t_no + " s")
0 commit comments