📄 fxcall.m
字号:
function Fxcall(p)global DAEif ~p.n, return, endVs = DAE.x(p.Vs);u = p.u & Vs <= p.con(:,8) & Vs >= p.con(:,9);DAE.Gx = DAE.Gx + sparse(p.vref,p.Vs,u,DAE.m,DAE.n);DAE.Fx = DAE.Fx - sparse(p.Vs,p.Vs,~u,DAE.n,DAE.n);DAE.Fy = DAE.Fy + sparse(p.Vs,p.cac,u.*p.con(:,7).*p.dVsdQ,DAE.n,DAE.m) ... - sparse(p.Vs,p.q,u.*p.dVsdQ,DAE.n,DAE.m);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -