prob9_21.mag

来自「电力系统书本的范例 想学好电力系统很有帮助 欢迎大家来下载」· MAG 代码 · 共 17 行

MAG
17
字号
% This is the magnetization curve given as a table
% in Problem 9-21.  The first column is the 
% field current in amperes, and the second 
% column is the open-circuit terminal voltage in volts 
% at a speed of 1000 r/min.  The data will be loaded into 
% an N x 2 array named prob9_14, with the first column 
% containing the mmf and the second column containing 
% the open-circuit voltage. MATLAB function "interp1" 
% can be used to recover a value from this curve.  
% (Be sure to use the 'spline' option to get a smooth
% interpolation between these sparse points.)
0       5     
0.8    78   
1.0    95   
1.28  112   
1.44  118   
2.88  126

⌨️ 快捷键说明

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