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

技术管理

开发平台:

Matlab

  1. % remake figure 9.6
  2. figure
  3. for i=1:4,
  4. eval(['load run' num2str(i)])
  5. P(1:488,i)=mean(A.^2)';
  6. end
  7. semilogy(P)
  8. set(gca,'xlim',[1 200])
  9. title('figure 9.6')
  10. print -dpsc 9_6