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