Transfer function
3 次查看(过去 30 天)
显示 更早的评论
Hello, I want to know how to draw an electronic circuit(RLC)from a transfer function like (1/s+s^2) by matlab. Thanks in advance
采纳的回答
Taniadi
2012-5-15
if you want to try simulate the response of that transfer function with step or ramp function, you can try defining that TF with 'tf' command and then using 'step' for response plot.
更多回答(1 个)
Jason Magdos
2021-1-27
Hello,
I am trying to calculate the transfer function and step resposne of a simple system. Everywhere I look i am supposed to use "tf" for transfer function and "step" for the step response. However, Matlab is telling me "Unrecognized function or variable 'tf'". and I get a similar response for the step action. Is there another package I'm supposed to insall to get these functions or is it a bug because it seems to work fine for everyone on youtube.
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classical Control Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!