Feeds
已回答
How to plot multiple output responses of transfer functions in the same figure?
clc; clear; close all; numerator = 1; denominator = [1,1,3,1]; sys = tf(numerator,denominator); yyaxis left plot(step(sys))...
How to plot multiple output responses of transfer functions in the same figure?
clc; clear; close all; numerator = 1; denominator = [1,1,3,1]; sys = tf(numerator,denominator); yyaxis left plot(step(sys))...
2 years 前 | 0
