prob9_14.mag

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

MAG
17
字号
% This is the magnetization curve given as a table
% in Problem 9-14.  The first column is the 
% magnetimotive force in ampere-turns, and the second 
% column is the open-circuit terminal voltage in volts 
% at a speed of 900 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.)
500    95     
1000  150   
1500  188   
2000  212   
2500  229   
3000  243

⌨️ 快捷键说明

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