?? fxcall.m
字號(hào):
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);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -