Chp11ex4.m
资源名称:power.rar [点击查看]
上传用户:eighthdate
上传日期:2014-05-24
资源大小:270k
文件大小:0k
源码类别:
其他行业
开发平台:
Matlab
- % (a) Initial real power P0 = 0.60
- P0 = 0.6; E = 1.35; V = 1.0; X = 0.65;
- eacpower(P0, E, V, X)
- h=figure;
- % (b) Zero initial power
- P0 = 0;
- eacpower(P0, E, V, X)