www.pudn.com > aft.rar > plot_5_25_abc.m


% remake figure 5.25a 
 
figure 
plot_mvdr('run1'); hold on 
plot_mvdr('run2'); 
plot_mvdr('run3'); 
hold off 
title('figure 5.25a') 
print -dps 5_25a 
 
 
% remake figure 5.25b 
 
figure 
plot_mvdr('run4'); hold on 
plot_mvdr('run5'); 
plot_mvdr('run6'); 
hold off 
title('figure 5.25b') 
print -dps 5_25b 
 
 
% remake figure 5.25c 
 
figure 
plot_mvdr('run7'); hold on 
plot_mvdr('run8'); 
plot_mvdr('run9'); 
hold off 
title('figure 5.25c') 
print -dps 5_25c