- add dots
git-svn-id: http://moon:8086/svn/matlab/trunk@112 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user