📄 glcall.m
字号:
function Glcall(a)if ~a.n, return, endglobal DAEV = DAE.y(a.vbus);DAE.Gl = DAE.Gl + ... sparse(a.bus, 1, a.u.*a.con(:,4).*V.^a.con(:,6),DAE.m,1) + ... sparse(a.vbus,1, a.u.*a.con(:,5).*V.^a.con(:,7),DAE.m,1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -