From dd4bd4fa72183d5995378d50c500f70094dc2fda Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 7 Jan 2019 14:53:59 +0000 Subject: [PATCH] - add dots git-svn-id: http://moon:8086/svn/matlab/trunk@112 801c6759-fa7c-4059-a304-17956f83a07c --- garage_results.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garage_results.m b/garage_results.m index 7c0eab5..1ee8475 100644 --- a/garage_results.m +++ b/garage_results.m @@ -36,6 +36,6 @@ subplot(2, 1, 1) plot(t, y, 'o-', bits(:,1), bits(:,2), 'xr', t, vthr, '-y'); grid; subplot(2, 1, 2) -plot(t, vcorr, '-b'); grid; +plot(t, vcorr, '-b*'); grid; endfunction