代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/464109/7169544
m m1.m
% M-file for Project 1 on shunt generator in Chapter 8
% loads the following machine parameters of dc machine
%
clear all % clear workspace
%
Prated = 2*746;
Vrated = 125;
Iarated = 16;
wmr
www.eeworm.com/read/464109/7169549
m m5.m
% M-file m5.m is for Project 5 on series dc machine hoist in Chapter 8
% m5.m loads the following dc machine parameters
% and plots results of simulation
Prated = 1500;
Vrated = 125;
Iara
www.eeworm.com/read/464109/7169554
m m2.m
% M-file for Project 2 on starting of dc motor in Chapter 8
% loads the following machine parameters of dc machine
% and plot results of simulation
%
Prated = 10*746;
Vrated = 220;
Iarated =
www.eeworm.com/read/464109/7169607
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/464101/7169704
m m5.m
% M-file for Project 5 on some non-zero v_sg conditions in Chapter 6
% m5.m sets up the motor parameters and initial values in
% the MATLAB workspace for the SIMULINK files: s5a.m and s5b.m.
% I
www.eeworm.com/read/464101/7169708
m m6.m
% M file for Project 6 on single-phase induction motor
% in Chapter 6. It sets the machine parameters and
% also plots the simulated results when used in conjunction
% with SIMULINK file s6.m.
www.eeworm.com/read/463748/7176096
m am.m
% am.m
% Matlab demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15; %
www.eeworm.com/read/463748/7176097
m ip_03_01.m
% MATLAB script for Illustrative Problem 3.1.
% Demonstration script for DSB-AM. The message signal is
% +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
echo on
t0=.15;
www.eeworm.com/read/463748/7176098
m dsb2.m
% dsb2.m
% Matlab demonstration script for DSB-AM modulation. The message signal
% is m(t)=sinc(100t).
echo on
t0=.2; % signal duration
ts=0.001; % sampling interval
fc=250; % ca
www.eeworm.com/read/463748/7176099
m ip_03_03.m
% MATLAB script for Illustrative Problem 3.3.
% Demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
echo on
t0=.15