p96.mag
来自「电力系统书本的范例 想学好电力系统很有帮助 欢迎大家来下载」· MAG 代码 · 共 37 行
MAG
37 行
% This is the magnetization curve shown in Figure
% P9-6. The first column is the field current in
% amps, and the second column is the open-circuit
% terminal voltage in volts at a speed of 1800
% r/min. The data will be loaded into an N x 2 array
% named p96, with the first column containing If and
% the second column containing the open-circuit voltage.
% MATLAB function "interp1" can be used to recover
% a value from this curve.
0 0
0.05 23.3333
0.1 46.6667
0.15 69.5667
0.2 91
0.25 112
0.3 132.667
0.35 153.333
0.4 172.333
0.45 190
0.5 205.333
0.55 218.667
0.6 229.667
0.65 239.667
0.7 248.667
0.75 256.333
0.8 262.667
0.85 267.667
0.9 272
0.95 275.667
1 278.667
1.05 281
1.1 283
1.15 285
1.2 287
1.3 288.667
1.4 289.5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?