Feeds
提问
Finding the poles in Transfer Function
How do you write G=1/ s(s+2)(s+4) in Matlab to check my answer?
5 years 前 | 1 个回答 | 0
1
个回答提问
How to write a Transfer Function
I am trying to setup understand how to setup a transfer function, I input: >> num = [1 1]; >> den = [1 2 1 5]; >> system = ...
5 years 前 | 2 个回答 | 0
