Creating transfer function (using tf) with unknowns in it

5 Ansichten (letzte 30 Tage)
Mrunal Sompura
Mrunal Sompura am 8 Mai 2019
Bearbeitet: Stephan am 8 Mai 2019
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

Antworten (1)

Stephan
Stephan am 8 Mai 2019
Bearbeitet: Stephan am 8 Mai 2019
You might want to work with tuneable models / tuneable parameters.

Kategorien

Mehr zu Formula Manipulation and Simplification finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by