motor_2_1.m

来自「用matlab实现motor运动控制的控制器设计仿真」· M 代码 · 共 9 行

M
9
字号
clear
% Test the function of step2trsfun,which get the transfer function of 
% the system according the parameters of its step response.
x0=1;
yter=0.1;
t1=0.361;
t2=0.919;
td=0;
G=step2trsfun(x0,yter,t1,t2,td)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?