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