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

技术管理

开发平台:

Matlab

  1. figure
  2. for i=1:4,
  3.  eval(['load run1', num2str(i)])
  4.       plot(mean(Gamma(:, 6:501)))
  5. hold on 
  6. end
  7. axis([0 200 0 1])
  8. xlabel('Number of iterations, n')
  9. ylabel('Ensemble-averaged conversion factor')
  10.  
  11. print -deps 12_2