- add dots

git-svn-id: http://moon:8086/svn/matlab/trunk@112 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
2019-01-07 14:53:59 +00:00
parent 80d90fddbc
commit dd4bd4fa72
+1 -1
View File
@@ -36,6 +36,6 @@ subplot(2, 1, 1)
plot(t, y, 'o-', bits(:,1), bits(:,2), 'xr', t, vthr, '-y'); grid; plot(t, y, 'o-', bits(:,1), bits(:,2), 'xr', t, vthr, '-y'); grid;
subplot(2, 1, 2) subplot(2, 1, 2)
plot(t, vcorr, '-b'); grid; plot(t, vcorr, '-b*'); grid;
endfunction endfunction