Creating transfer function (using tf) with unknowns in it

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

Products

Release

R2018b

Asked:

on 8 May 2019

Edited:

on 8 May 2019

Community Treasure Hunt

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

Start Hunting!