代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/429621/8798205
m m4ustp.m
% M-file for the second part of Project 4 on linearized analysis
% in Chapter 6 to obtain the unit step response of the motor
% transfer function, numG/denG.
% It can only be used after the tra
www.eeworm.com/read/429621/8798308
m m1o.m
% M file for Project 1 on induction motor drive
% with open loop control in Chapter 9
% It sets the machine parameters and also plots the simulated
% results when used in conjunction with s1open.m
www.eeworm.com/read/429621/8798345
m m1c.m
% M file for Project 1 on induction motor drive
% with closed loop speed control in Chapter 9
% It sets the machine parameters and also plots the simulated
% results when used in conjunction with
www.eeworm.com/read/429621/8798418
m m2init.m
www.eeworm.com/read/429621/8798425
m m2plot.m
% M-file for Exercise 2
% plots the result of the simulation
gcf;
subplot(3,1,1)
plot(y(:,1),y(:,2))
title('source current')
ylabel('iS in A')
subplot(3,1,2)
plot(y(:,1),y(:,3))
title('cap
www.eeworm.com/read/429621/8798553
m m5torqv.m
% This function file to be used in conjunction with m5.m
% of Project 5 on permanent magnet drive in Chapter 10.
function y = m5torqv(sind,Temo,Em,Va,xd,xq)
y = Temo + (Em*Va/xd)*sind + Va*Va
www.eeworm.com/read/429621/8798559
m m3g.m
% m3g.m is the MATLAB script file for the
% fixed terminal voltage case of Project 3 on
% synchronous resonance in Chapter 10.
% It is to be used with the SIMULINK files : s3g.m and s3geig.m.
%
www.eeworm.com/read/429621/8798592
m m5torqi.m
% This function file to be used in conjunction with m5.m
% of Project 5 on permanent magnet drive in Chapter 10.
function f = m5torqi(sing,Tem,Em,Ia,xd,xq)
%To obtain underexcited motoring
www.eeworm.com/read/429621/8798600
m m4comp.m
% MATLAB M-file m4comp.m is for checking preliminary
% designs of the pss in Project 4 on
% power system stablizer in Chapter 10.
% m4comp.m provides the Bode plot of pss transfer function
www.eeworm.com/read/429363/8810283
m m_gshhs_l.m
function m_gshhs_l(varargin);
% M_GSHHS_L Add a coastline to a given map using the 'low' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shorelines.
%
%