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


% remake figure 5.15 
 
figure(2); title('figure 5.15, \mu=0.05'); 
load run2 
semilogy(mean((E').^2));hold on 
semilogy(E(:,69).^2) 
set(gca,'ylim',[1e-3 1e0]) 
ylabel('Squared error'); xlabel('Number of iterations'); 
title('figure 5.15, \mu=0.05');hold off 
print -dps 5_15