Creating transfer function (using tf) with unknowns in it

조회 수: 5 (최근 30일)
Mrunal Sompura
Mrunal Sompura 2019년 5월 8일
편집: Stephan 2019년 5월 8일
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