afpower.m

来自「Those who are working on power system op」· M 代码 · 共 7 行

M
7
字号
% State variable representation of the swing equation of
% the one-machine system after fault clearance.

function xdot = afpower(t,x)
global Pm f H E  V X1 X2 X3
xdot = [x(2); pi*f/H*(Pm-E*V/X3*sin(x(1)))];

⌨️ 快捷键说明

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