plot12_1.m
上传用户:kendun0711
上传日期:2007-06-03
资源大小:32k
文件大小:0k
源码类别:

技术管理

开发平台:

Matlab

  1. figure
  2. for i=1:4,
  3.  eval(['load run1', num2str(i)])
  4. E_priori=E./Gamma(:,6:501);
  5. semilogy(mean(E_priori.^2))
  6. hold on
  7. end
  8. axis([0 200 1e-3 1e1])
  9. xlabel('Number of iterations, n')
  10.      ylabel('Mean- squared error')
  11.      gtext('W = 2.9')
  12.  gtext('W = 3.1')
  13.  gtext('W = 3.3')
  14.  gtext('W = 3.5')
  15. print -deps 12_1