代码搜索结果
找到约 521,473 项符合
Control System 的代码
figure41.m
% Embedded Control Systems in C/C++
% by Jim Ledin
%
% Figure 4.1
% This M-file requires the Control System Toolbox
clear all
close all
tfplant = tf(100, [1 1.8 100])
sisotool('rlocus',
figure42.m
% Embedded Control Systems in C/C++
% by Jim Ledin
%
% Figure 4.11
% This M-file requires the Control System Toolbox
clear all
close all
tfplant = tf(100, [1 1.8 100])
sisotool(tfplant)
fig6_20.m
% Chapter 6: Figure 6.20, p. 321
%
% Jump-jet control system 3-D stability region.
%
[p,z]=meshdom(1.0:0.2:10,0:.2:10);
k=p.*(p-1)./(p-1-z);
rc=size(k);r=rc(1);c=rc(2);
for i=1:r
for j=1:c
if abs
readme.txt
Brief introduction to CtrlLAB 3.0(c)
------------------------------------
Thanks for using CtrlLAB, a MATLAB-based User interface for doing
feedback control system ana
readme
--OO--
Magnus Norgaard's
NEURAL NETWORK BASED CONTROL SYSTEM DESIGN TOOLKIT
set_font_size.m
% Sets some font & line width sizes
%%%%%%%%%%%%%%%% set_font_size.m %%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H
axes_off.m
% Removing the axes for a subplot
%%%%%%%%%%%%%%%%%% axes_off.m %%%%%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Ch
xy2polar.m
function [mag,theta] = xy2polar(pp)
%
%%%%%%%%%%%%%%%%%% xy2polar.m %%%%%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H.
xy2p.m
function [mag,theta] = xy2p(pp)
%
%%%%%%%%%%%%%%%%%%%% xy2p.m %%%%%%%%%%%%%%%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Ch
readme.txt
Brief introduction to CtrlLAB 3.0(c)
------------------------------------
Thanks for using CtrlLAB, a MATLAB-based User interface for doing
feedback control system ana