glcall.m

来自「电力系统分析计算程序」· M 代码 · 共 12 行

M
12
字号
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(:,5).*V+a.con(:,6)).*V+a.con(:,7)),DAE.m,1) + ...        sparse(a.vbus,1, a.u.*((a.con(:,8).*V+a.con(:,9)).*V+a.con(:,10)),DAE.m,1);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?