- changed axis on plot

git-svn-id: http://moon:8086/svn/matlab/trunk@36 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
2015-04-19 19:32:56 +00:00
parent f0d05e206c
commit d4ddc6eac4
+1 -1
View File
@@ -263,7 +263,7 @@ for k=start:length(Z_)
end
figure;
plot(real(sym_H'), imag(sym_H'), '+'); grid; title('Sym_{H}'); axis([-2 2 -2 2]);
plot(real(sym_H'), imag(sym_H'), '+'); grid; title('Sym_{H}'); axis([-1.5 1.5 -1.5 1.5]);
function Y = spec_order(N, X)
Y = [X(N/2+1:N)' X(1:N/2)']';