📄 amp108.m
字号:
%MATLAB PROGRAM 1-8
%Input parameter of the system
num=[1 7 24 24];
den=[1 10 35 50 24];
%Create a transfer function model
sys_ft=tf(num,den)
%Convert the model to zero-pole-gain representation
sys_zpk=zpk(sys_tf)
%Convert the model to state space representation
sys_ss=ss(sys_tf)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -