📄 ex2_6.m
字号:
%%%%%%%%%%%%%%%%%% Example 2.6 %%%%%%%%%%%%%%%%%%% Discrete-Time Control Problems using %% MATLAB and the Control System Toolbox %% by J.H. Chow, D.K. Frederick, & N.W. Chbat %% Brooks/Cole Publishing Company %% September 2002 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ---- Repeated poles ----%cleardisp('Example 2.6')numG = [3 -1.2]denG = [1 -1.8 0.81][rGoz,pGoz,otherGoz] = residue(numG,[denG 0]) %%%%%%%%%%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -