Adem
Followers: 0 Following: 0
Feeds
已回答
How to plot transfer functions?
clc; clear; close all; numerator = 1; denominator = [1,1,3,1]; sys = tf(numerator,denominator); yyaxis left plot(step(sys))...
How to plot transfer functions?
clc; clear; close all; numerator = 1; denominator = [1,1,3,1]; sys = tf(numerator,denominator); yyaxis left plot(step(sys))...
10 months 前 | 0