afpower.m
来自「市面上电力系统的范例 直得收藏学习的ㄧ本书」· 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 + -
显示快捷键?