
Simulink add Transferfunction as binominal equation
14 次查看(过去 30 天)
显示 更早的评论
Hello,
Could you guide me on how to create a custom transfer function within a Simulink block?
I prefer not to expand each parameter individually.
Ideally, I am looking to implement a function similar to a binomial expression. For instance:
TF = p(1) / (1 + p(2)*s)^p(3)
Or, specifically:
TF = p(1) / (1 + p(2)*s)^3
0 个评论
回答(2 个)
Paul
2023-11-30
Hi Gunnar,
assuming that only the denominator is raised to the power p(3) as shown in the question.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!