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

技术管理

开发平台:

Matlab

  1. % generates the data needed for the plots in the book
  2. %
  3. make_rp;
  4. rp.type='A';
  5. rp.T = 2.9; rp.name = 'run1'; run_dctlmseq(rp);
  6. rp.T = 3.1; rp.name = 'run2'; run_dctlmseq(rp);
  7. rp.T = 3.3; rp.name = 'run3'; run_dctlmseq(rp);
  8. rp.T = 3.5; rp.name = 'run4'; run_dctlmseq(rp);