Chp11ex4.m
上传用户:eighthdate
上传日期:2014-05-24
资源大小:270k
文件大小:0k
源码类别:

其他行业

开发平台:

Matlab

  1. % (a) Initial real power P0 = 0.60
  2. P0 = 0.6; E = 1.35; V = 1.0; X = 0.65;
  3. eacpower(P0, E, V, X)
  4. h=figure;
  5. % (b) Zero initial power
  6. P0 = 0;
  7. eacpower(P0, E, V, X)