📄 fxcall.m
字号:
function Fxcall(a)global DAEif ~a.n, return, endiTf = 1./a.con(:,2);iTw = 1./a.con(:,3);k = a.u.*a.dat(:,2);DAE.Fx = DAE.Fx + sparse(a.x,a.x,-iTf,DAE.n,DAE.n);DAE.Fx = DAE.Fx + sparse(a.w,a.x,-a.u.*iTw,DAE.n,DAE.n);DAE.Fx = DAE.Fx + sparse(a.w,a.w,-iTw,DAE.n,DAE.n);DAE.Fy = DAE.Fy + sparse(a.x,a.bus,k.*iTf,DAE.n,DAE.m);DAE.Fy = DAE.Fy + sparse(a.w,a.bus,k.*iTw,DAE.n,DAE.m);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -