?? bdmatrix.m
字號:
function bdmatrix(a)global LA DAE LA.b_statcom = []; LA.d_statcom = []; if ~a.n fm_disp('* * * No Statcom device found') returnendFu = sparse(DAE.n,a.n);Gu = sparse(a.vref,1:a.n,a.u,DAE.m,a.n);% B & D matrix for reference voltageLA.d_statcom = -full(DAE.Gy\Gu);LA.b_statcom = full(Fu + DAE.Fy*LA.d_statcom);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -