Creating transfer function (using tf) with unknowns in it

7 次查看(过去 30 天)
How to create a transfer function with unknown constant in it.
I have function of ' sys_tf = (B) / (s + A) '
i am using 'syms' command to declare the unknowns. my code is as below.
syms a b
sys_tf = tf([b],[1 a]);
is it possible? what's wrong in this?
please help

回答(1 个)

Stephan
Stephan 2019-5-8
编辑:Stephan 2019-5-8
You might want to work with tuneable models / tuneable parameters.

类别

Help CenterFile Exchange 中查找有关 Formula Manipulation and Simplification 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by