📄 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)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -