pfpower.m

来自「市面上电力系统的范例 直得收藏学习的ㄧ本书」· M 代码 · 共 6 行

M
6
字号
% State variable representation of the swing equation of
% the one-machine system during fault.
function xdot = pfpower(t,x)
global Pm E V X1 X2 X3 H f
xdot = [x(2); pi*f/H*(Pm-E*V/X2*sin(x(1)))];

⌨️ 快捷键说明

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