Feeds
已回答
tf function doesn't work
clear all ; close all ; clc ; s=tf('s'); G=0.8/(0.5*s+1); H=feedback(G,1); step(H); grid
tf function doesn't work
clear all ; close all ; clc ; s=tf('s'); G=0.8/(0.5*s+1); H=feedback(G,1); step(H); grid
9 months 前 | 0