Feeds
답변 있음
my root locus plot wont show the datatip
clear all;clf; numerator = [1 4]; denominator = [1 8 7 0]; sys = tf(numerator, denominator); rlocus(sys); grid on; title('...
my root locus plot wont show the datatip
clear all;clf; numerator = [1 4]; denominator = [1 8 7 0]; sys = tf(numerator, denominator); rlocus(sys); grid on; title('...
대략 2년 전 | 0
