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

技术管理

开发平台:

Matlab

  1. % this file make the requistite structure of run parameters
  2. rp.mu = 0.3; % step-size
  3. rp.Nn = 200; % number of iterations
  4. % uncomment a line for each of the examples in the book or
  5. % substitute your own values
  6. rp.a1=-0.1950; rp.a2=0.95; rp.Jmin = 0.0965;
  7. rp.a1=-0.9750; rp.a2=0.95; rp.Jmin = 0.0731;
  8. %rp.a1=-1.5955; rp.a2=0.95; rp.Jmin = 0.0322;
  9. %rp.a1=-1.9114; rp.a2=0.95; rp.Jmin = 0.0038;
  10. rp.lam1=(1-((rp.a1)/(1+rp.a2)));
  11. rp.lam2=(1+((rp.a1)/(1+rp.a2)));